From e35b3d1f0e001879f0d699ffa787865c6aa40f50 Mon Sep 17 00:00:00 2001 From: snus xD Date: Sat, 16 Aug 2025 21:53:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B0=D0=B9=D0=B1=D0=BA=D0=BE=D0=B4?= =?UTF-8?q?=D1=89=D0=B8=D1=822?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45c5604..20d5dbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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