вайбкодщит2

This commit is contained in:
snus xD
2025-08-16 21:53:37 +03:00
committed by GitHub
parent 434911dfa9
commit e35b3d1f0e

View File

@@ -33,11 +33,12 @@ jobs:
npx tsx sort.ts
npx tsx unready.ts
- name: commit changes
- name: commit changes (exclude sorted)
run: |
git config --local user.email "action@github.com"
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 push