Skip to content

Commit

Permalink
fix: 似乎不需要特殊处理
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 6, 2024
1 parent 5457abc commit dc96005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron_bypassCF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
node-version: [20.x]
env:
USERNAMES: "${{ secrets.USERNAMES }}"
PASSWORDS: "${{ secrets.PASSWORDS }}"
WEBSITE: "${{ secrets.WEBSITE }}"
USERNAMES: ${{ secrets.USERNAMES }}
PASSWORDS: ${{ secrets.PASSWORDS }}
WEBSITE: ${{ secrets.WEBSITE }}

steps:
- uses: actions/checkout@v3 # 检出仓库
Expand Down

0 comments on commit dc96005

Please sign in to comment.