Update blank.yml

This commit is contained in:
2023-11-15 11:02:41 -05:00
committed by GitHub
parent 09cf967993
commit 621be6e8f0

View File

@@ -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