Update blank.yml

This commit is contained in:
2023-11-15 10:53:41 -05:00
committed by GitHub
parent 1cede0e9a2
commit 2df8b9ac7f

View File

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