Update deploy.yml
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "[email protected]"
|
git config --global user.email "[email protected]"
|
||||||
git add contests.json contests_all.json
|
git add contests_all.json
|
||||||
git diff --staged --quiet || (
|
git diff --staged --quiet || (
|
||||||
git commit -m "Update contest data"
|
git commit -m "Update contest data"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user