mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 23:23:04 -04:00
Update Reporter
This commit is contained in:
parent
7cd521cb0e
commit
d460e926f1
1 changed files with 5 additions and 1 deletions
6
.github/workflows/reportBrokenPlugins.yml
vendored
6
.github/workflows/reportBrokenPlugins.yml
vendored
|
@ -10,6 +10,10 @@ on:
|
|||
- stable
|
||||
- canary
|
||||
default: both
|
||||
webhook_url:
|
||||
type: string
|
||||
description: "Webhook URL that the report will be posted to. This will be visible for everyone, so DO NOT pass sensitive webhooks like discord webhook. This is meant to be used by Venbot."
|
||||
required: false
|
||||
schedule:
|
||||
# # Every day at midnight
|
||||
- cron: 0 0 * * *
|
||||
|
@ -87,5 +91,5 @@ jobs:
|
|||
cat "$stable_output_file" "$canary_output_file" >> $GITHUB_STEP_SUMMARY
|
||||
exit $exit_code
|
||||
env:
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK }}
|
||||
WEBHOOK_URL: ${{ inputs.webhook_url || secrets.WEBHOOK }}
|
||||
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue