We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dcd6b commit 33b66dcCopy full SHA for 33b66dc
.github/workflows/build.yml
@@ -62,7 +62,9 @@ jobs:
62
run: |
63
git config --global user.name "github-actions[bot]"
64
git config --global user.email "github-actions[bot]@users.noreply.github.com"
65
+ git stash --include-untracked
66
git pull origin main --rebase
67
+ git stash pop || true
68
git add dist/main.lua
69
git diff --cached --quiet && echo "No changes to commit" || git commit -m "Build: auto-update dist/main.lua"
70
git push
0 commit comments