Skip to content

Commit

Permalink
ci: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 3, 2024
1 parent f57d512 commit a5492ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron_bypassCF.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: bypassCF cron (使用这个)
# GitHub.secrets优先级最高,即使没有设置对应的变量,它也会读取,这时变量为空值,导致报错,.env读取的变量无法覆盖这个值,使用了${PASSWORD_ESCAPED//\#/\\#}来对#转义,需要两个\,但是我直接在env文件使用这种方法是不行的,GitHub action是有效
on:
schedule:
# schedule:
# 每天 UTC 时间 18:00 运行
- cron: "0 18 * * *"
# - cron: "0 18 * * *"
workflow_dispatch: # 允许手动触发

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_bypassCF_likeUser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bypassCF cron (使用这个)
name: bypassCF kileUser (点赞特定用户使用这个)
# GitHub.secrets优先级最高,即使没有设置对应的变量,它也会读取,这时变量为空值,导致报错,.env读取的变量无法覆盖这个值,使用了${PASSWORD_ESCAPED//\#/\\#}来对#转义,需要两个\,但是我直接在env文件使用这种方法是不行的,GitHub action是有效
on:
schedule:
Expand Down

0 comments on commit a5492ed

Please sign in to comment.