We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581695c commit a30aa8bCopy full SHA for a30aa8b
.github/workflows/schedule.yaml
@@ -11,8 +11,8 @@ jobs:
11
- name: daily problem
12
env:
13
issueToken: ${{secrets.issueToken}}
14
- run: node ./schedule/daily-problem
+ run: node ./schedule/daily-problem.js
15
- name: daily check
16
17
18
- run: node ./schedule/daily-check
+ run: node ./schedule/daily-check.js
0 commit comments