mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
updata
This commit is contained in:
parent
1db7225aff
commit
c873b6276c
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- main
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0-23 * * *'
|
||||
- cron: '51 0-23 * * *'
|
||||
jobs:
|
||||
Start:
|
||||
runs-on: ubuntu-latest
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
- name: 'Nodejs run'
|
||||
shell: bash
|
||||
env:
|
||||
COOKIE: ${{ secret.COOKIE }}
|
||||
COOKIE: ${{ secrets.COOKIE }}
|
||||
run:
|
||||
node main.js COOKIE=$COOKIE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user