Skip to content

Commit aa00aee

Browse files
forgot permission again
1 parent 35379b6 commit aa00aee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
echo "${{ secrets.GH_AUTH }}" > ./publish/secrets/github_auth
2525
echo "${{ secrets.BOT_TOKEN }}" > ./publish/secrets/bot_token
2626
27+
- name: Give execute permission
28+
run: chmod u+x ./publish/help-channel-mirror
29+
2730
- name: Start program and update data
2831
if: ${{ success() }}
29-
run: |
30-
./publish/help-channel-mirror -auto
32+
run: ./publish/help-channel-mirror -auto

0 commit comments

Comments
 (0)