File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check pub.dev and Notify Discord
33on :
44 schedule :
55 # Check every 30 minutes
6- - cron : ' */30 * * * *'
6+ - cron : " */30 * * * *"
77 workflow_dispatch :
88 inputs :
99 force_check :
2929
3030 - name : Check pub.dev and notify
3131 env :
32- DISCORD_WEBHOOK : ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
32+ DISCORD_RELEASE_WEBHOOK : ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
3333 DISCORD_MAP : ${{ secrets.DISCORD_MAP }}
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 REPO_NAME : ${{ github.repository }}
3636 FORCE_CHECK : ${{ inputs.force_check }}
37- run : python .github/scripts/check_pubdev_and_notify.py
37+ run : python .github/scripts/check_pubdev_and_notify.py
Original file line number Diff line number Diff line change 3535
3636 - name : Notify Discord
3737 env :
38- DISCORD_WEBHOOK : ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
38+ DISCORD_RELEASE_WEBHOOK : ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
3939 DISCORD_MAP : ${{ secrets.DISCORD_MAP }}
4040 RELEASE_VERSION : ${{ github.event.release.tag_name || inputs.tag_name }}
4141 RELEASE_NAME : ${{ github.event.release.name || inputs.release_name }}
You can’t perform that action at this time.
0 commit comments