Skip to content

Commit 1a66601

Browse files
author
lucifer
committed
-
1 parent 6dde82f commit 1a66601

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/schedule.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
- cron: "1 0 * * *"
66
jobs:
77
Daily:
8+
working-directory: schedule
89
runs-on: ubuntu-latest
910
steps:
1011
- run: npm install
1112
- name: daily problem
1213
env:
1314
issueToken: ${{secrets.issueToken}}
14-
run: node schedule/daily-problem.js
15+
run: node daily-problem.js
1516
- name: daily check
1617
env:
1718
issueToken: ${{secrets.issueToken}}
18-
run: node schedule/daily-check.js
19+
run: node daily-check.js

config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ startTime.setSeconds(0);
99
const tobeIdentified = [
1010
// "Xeraphinite",
1111
// "rjhot",
12+
"Forschers",
1213
"ssxgit",
1314
"sumukeio",
1415
"ziwh",

0 commit comments

Comments
 (0)