Added branch checkout
Some checks failed
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Failing after 2m9s

This commit is contained in:
2026-01-17 19:32:14 +01:00
parent b763375748
commit 8d50cf4b46

View File

@@ -93,6 +93,7 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "liquid-actions[bot]"
git config --global user.email "gitea@liquid-dev.de"
git checkout ${{gitea.head_ref}}
git add .
git commit -m "Auto-format code"
git push