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:
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- run: python NYT.py
|
||||
- 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/*
|
||||
- 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