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:
12
.github/workflows/blank.yml
vendored
12
.github/workflows/blank.yml
vendored
@@ -10,19 +10,11 @@ jobs:
|
||||
steps:
|
||||
- name: checkout main branch
|
||||
uses: actions/checkout@v2
|
||||
- uses: gr2m/write-csv-file-action@v1.x
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
path: data/stats.csv
|
||||
columns: Column 1, Column 2, etc
|
||||
"Column 1": 1
|
||||
"Column 2": 2
|
||||
etc: 3
|
||||
- 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 commit -m "data/stats.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"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user