We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196e35a commit 88e7b77Copy full SHA for 88e7b77
.github/workflows/qqreads.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
if: github.event.repository.owner.id == github.event.sender.id
17
env:
18
- QQREAD_HEADER: ${{ secrets.QQREAD_HEADER }}
+ QQREAD_BODY: ${{ secrets.QQREAD_BODY }}
19
QQREAD_TIMEURL: ${{ secrets.QQREAD_TIMEURL }}
20
QQREAD_TIMEHD: ${{ secrets.QQREAD_TIMEHD }}
21
@@ -28,12 +28,12 @@ jobs:
28
with:
29
node-version: 12.x
30
- name: npm install
31
- if: env.QQREAD_HEADER
+ if: env.QQREAD_TIMEHD
32
run: |
33
cd ~/JavaScript
34
npm install
35
- name: '运行 【企鹅读书】'
36
37
38
39
node Task/qqreads.js
0 commit comments