unready...

This commit is contained in:
snus xD
2025-07-21 03:02:12 +05:00
committed by GitHub
parent 647fa8fa5f
commit 46169bc13c

View File

@@ -1,4 +1,4 @@
name: main name: sorting
on: on:
push: push:
branches: [ main ] branches: [ main ]
@@ -36,7 +36,7 @@ jobs:
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 . git add ./_sprites/unready
git commit -m "sorted unready sprites" || exit 0 git commit -m "sorted unready sprites" || exit 0
git push git push