upd workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
rm -rf ../_sprites/unready
|
rm -rf ../_sprites/unready
|
||||||
npx tsx write.ts
|
npx tsx write.ts
|
||||||
npx tsx sort.ts
|
npx tsx sort.ts
|
||||||
npx tsx unready.ts
|
npx tsx unready_delete.ts
|
||||||
|
|
||||||
- name: commit changes (exclude sorted)
|
- name: commit changes (exclude sorted)
|
||||||
run: |
|
run: |
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add -A .
|
git add -A .
|
||||||
git reset _sprites/sorted
|
git reset _sprites/sorted
|
||||||
git commit -m "auto: update sprites and data" || exit 0
|
git commit -m "actions update" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|||||||
Reference in New Issue
Block a user