Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 13, 2024
1 parent d4b7195 commit 68bbcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_bypassCF.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bypassCF cron
name: readLike(自动阅读随机点赞)
# GitHub.secrets优先级最高,即使没有设置对应的变量,它也会读取,这时变量为空值,导致报错,.env读取的变量无法覆盖这个值,使用了${PASSWORD_ESCAPED//\#/\\#}来对#转义,需要两个\,但是我直接在env文件使用这种方法是不行的,GitHub action是有效
on:
schedule:
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 likeUser (点赞特定用户使用这个)
name: likeUser (点赞特定用户)
# GitHub.secrets优先级最高,即使没有设置对应的变量,它也会读取,这时变量为空值,导致报错,.env读取的变量无法覆盖这个值,使用了${PASSWORD_ESCAPED//\#/\\#}来对#转义,需要两个\,但是我直接在env文件使用这种方法是不行的,GitHub action是有效
on:
schedule:
Expand Down

0 comments on commit 68bbcd6

Please sign in to comment.