Skip to content

Commit db4c75a

Browse files
authored
Update schedule.yaml
1 parent 73e0430 commit db4c75a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/schedule.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ jobs:
88
Daily:
99
runs-on: ubuntu-latest
1010
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
1118
- name: daily problem and daily check
1219
env:
1320
issueToken: ${{secrets.issueToken}}
1421
run: npm run daily-schedule
22+
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)