We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa00aee commit a6b0d66Copy full SHA for a6b0d66
.github/workflows/schedule.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "${{ secrets.BOT_TOKEN }}" > ./publish/secrets/bot_token
26
27
- name: Give execute permission
28
- run: chmod u+x ./publish/help-channel-mirror
+ run: chmod u+x ./publish/help_channel_mirror
29
30
- name: Start program and update data
31
if: ${{ success() }}
0 commit comments