start lottery

This commit is contained in:
shanmite 2020-11-11 23:37:15 +08:00
parent 8124071d23
commit e54f0bd01b
2 changed files with 3 additions and 4 deletions

View File

@ -3,8 +3,8 @@ on:
push:
branches:
- main
# schedule:
# - cron: '0 */2 * * *'
schedule:
- cron: '0 */2 * * *'
jobs:
lottery:
runs-on: ubuntu-latest

View File

@ -1,5 +1,4 @@
import { main } from './lottery-in-nodejs.js';
/**@type {string}*/
const COOKIE = (process.argv.slice(2))[0].substr(7);
console.log(COOKIE);
// main(COOKIE);
main(COOKIE);