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 a30aa8b commit 6dde82fCopy full SHA for 6dde82f
.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.js
+ run: node schedule/daily-problem.js
15
- name: daily check
16
17
18
- run: node ./schedule/daily-check.js
+ run: node schedule/daily-check.js
0 commit comments