Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
|||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add ./_sprites/unready
|
git add ./_sprites/unready
|
||||||
git commit -m "sorted unready sprites" || exit 0
|
git commit -m "updated unready list" || exit 0
|
||||||
|
git add ./scripts
|
||||||
|
git commit -m "updated data" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|||||||
Reference in New Issue
Block a user