Skip to content

Commit 4fb63a3

Browse files
committed
fix: action不能指定点赞用户
1 parent 59537ef commit 4fb63a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cron_bypassCF_likeUser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
RUN_TIME_LIMIT_MINUTES: ${{secrets.RUN_TIME_LIMIT_MINUTES}}
2222
TELEGRAM_BOT_TOKEN: ${{secrets.TELEGRAM_BOT_TOKEN}}
2323
TELEGRAM_CHAT_ID: ${{secrets.TELEGRAM_CHAT_ID}}
24+
SPECIFIC_USER: ${{secrets.SPECIFIC_USER}}
2425
steps:
2526
- uses: actions/checkout@v3 # 检出仓库
2627

0 commit comments

Comments
 (0)