mirror of
https://github.com/sstent/NYT_Sudoku.git
synced 2026-04-05 04:24:28 +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
|
uses: actions/checkout@v2
|
||||||
- run: pip install numpy bs4
|
- run: pip install numpy bs4
|
||||||
- run: python NYT.py
|
- 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.email "action@github.com"
|
||||||
- run: git config --local user.name "GitHub Action"
|
- 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 commit -m "data/NYTSudoku.csv updated"
|
||||||
- run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD"
|
- run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user