mirror of
https://github.com/sstent/NYT_Sudoku.git
synced 2025-12-06 06:01:41 +00:00
Update blank.yml
This commit is contained in:
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
@@ -12,9 +12,11 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- run: pip install numpy bs4
|
||||
- run: python NYT.py
|
||||
- run: ls -ls /data
|
||||
- run: cat /data/NYTSudoku.csv
|
||||
- run: git config --local user.email "action@github.com"
|
||||
- run: git config --local user.name "GitHub Action"
|
||||
- run: git add data/*
|
||||
- run: git add data/NYTSudoku.csv
|
||||
- run: git commit -m "data/NYTSudoku.csv updated"
|
||||
- run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user