вайбкодщит2
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -33,11 +33,12 @@ jobs:
|
|||||||
npx tsx sort.ts
|
npx tsx sort.ts
|
||||||
npx tsx unready.ts
|
npx tsx unready.ts
|
||||||
|
|
||||||
- name: commit changes
|
- name: commit changes (exclude sorted)
|
||||||
run: |
|
run: |
|
||||||
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 -A .
|
git add -A .
|
||||||
|
git reset _sprites/sorted
|
||||||
git commit -m "auto: update sprites and data" || exit 0
|
git commit -m "auto: update sprites and data" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user