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
|
||||
npx tsx write.ts
|
||||
npx tsx sort.ts
|
||||
npx tsx unready.ts
|
||||
npx tsx unready_delete.ts
|
||||
|
||||
- name: commit changes (exclude sorted)
|
||||
run: |
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
git config --local user.name "GitHub Action"
|
||||
git add -A .
|
||||
git reset _sprites/sorted
|
||||
git commit -m "auto: update sprites and data" || exit 0
|
||||
git commit -m "actions update" || exit 0
|
||||
git push
|
||||
|
||||
- name: upload
|
||||
|
||||
Reference in New Issue
Block a user