Skip to content

Commit 33b66dc

Browse files
author
Footagesus
committed
test build 1.6.54
1 parent f6dcd6b commit 33b66dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
run: |
6363
git config --global user.name "github-actions[bot]"
6464
git config --global user.email "github-actions[bot]@users.noreply.github.com"
65+
git stash --include-untracked
6566
git pull origin main --rebase
67+
git stash pop || true
6668
git add dist/main.lua
6769
git diff --cached --quiet && echo "No changes to commit" || git commit -m "Build: auto-update dist/main.lua"
6870
git push

0 commit comments

Comments
 (0)