Skip to content

Commit 88e7b77

Browse files
author
ziye12
authored
Update qqreads.yml
1 parent 196e35a commit 88e7b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qqreads.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.event.repository.owner.id == github.event.sender.id
1717
env:
18-
QQREAD_HEADER: ${{ secrets.QQREAD_HEADER }}
18+
QQREAD_BODY: ${{ secrets.QQREAD_BODY }}
1919
QQREAD_TIMEURL: ${{ secrets.QQREAD_TIMEURL }}
2020
QQREAD_TIMEHD: ${{ secrets.QQREAD_TIMEHD }}
2121

@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
node-version: 12.x
3030
- name: npm install
31-
if: env.QQREAD_HEADER
31+
if: env.QQREAD_TIMEHD
3232
run: |
3333
cd ~/JavaScript
3434
npm install
3535
- name: '运行 【企鹅读书】'
36-
if: env.QQREAD_HEADER
36+
if: env.QQREAD_TIMEHD
3737
run: |
3838
cd ~/JavaScript
3939
node Task/qqreads.js

0 commit comments

Comments
 (0)