Skip to content

Commit

Permalink
fix: action不能指定点赞用户
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 29, 2024
1 parent 59537ef commit 4fb63a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron_bypassCF_likeUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
RUN_TIME_LIMIT_MINUTES: ${{secrets.RUN_TIME_LIMIT_MINUTES}}
TELEGRAM_BOT_TOKEN: ${{secrets.TELEGRAM_BOT_TOKEN}}
TELEGRAM_CHAT_ID: ${{secrets.TELEGRAM_CHAT_ID}}
SPECIFIC_USER: ${{secrets.SPECIFIC_USER}}
steps:
- uses: actions/checkout@v3 # 检出仓库

Expand Down

0 comments on commit 4fb63a3

Please sign in to comment.