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