We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80b2998 + 033f385 commit 83054efCopy full SHA for 83054ef
.github/workflows/schedule.yaml
@@ -8,9 +8,16 @@ jobs:
8
Daily:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Check out repository code
12
+ uses: actions/checkout@v2
13
+ - name: run npm
14
+ uses: actions/setup-node@v2
15
+ with:
16
+ node-version: "14"
17
+ - run: npm install
18
- name: daily problem and daily check
19
env:
- issueToken: ${{secrets.issueToken}}
20
+ issueToken: ${{secrets.ISSUETOKEN}}
21
run: npm run daily-schedule
22
- name: Commit static
23
run: |
0 commit comments