mirror of
https://github.com/sstent/NYT_Sudoku.git
synced 2025-12-05 21:52:08 +00:00
Update blank.yml
This commit is contained in:
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: Add row to data.csv
|
||||
name: Grab NYT Sudoku
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# https://crontab.guru/every-day
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 14 * * *"
|
||||
jobs:
|
||||
writeData:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -12,8 +12,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- run: pip install numpy bs4
|
||||
- run: python NYT.py
|
||||
- run: ls -la
|
||||
- run: cat NYTSudoku.csv
|
||||
- run: git config --local user.email "action@github.com"
|
||||
- run: git config --local user.name "GitHub Action"
|
||||
- run: git add NYTSudoku.csv
|
||||
|
||||
Reference in New Issue
Block a user