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 6dde82f commit 1a66601Copy full SHA for 1a66601
.github/workflows/schedule.yaml
@@ -5,14 +5,15 @@ on:
5
- cron: "1 0 * * *"
6
jobs:
7
Daily:
8
+ working-directory: schedule
9
runs-on: ubuntu-latest
10
steps:
11
- run: npm install
12
- name: daily problem
13
env:
14
issueToken: ${{secrets.issueToken}}
- run: node schedule/daily-problem.js
15
+ run: node daily-problem.js
16
- name: daily check
17
18
- run: node schedule/daily-check.js
19
+ run: node daily-check.js
config/index.js
@@ -9,6 +9,7 @@ startTime.setSeconds(0);
const tobeIdentified = [
// "Xeraphinite",
// "rjhot",
+ "Forschers",
"ssxgit",
"sumukeio",
"ziwh",
0 commit comments