Workflows um Format Stage erweitern #175

Merged
flixcoo merged 326 commits from setup/44-workflows-um-format-stage-erweitern into development 2026-01-20 10:48:49 +00:00
Showing only changes of commit 8d50cf4b46 - Show all commits

View File

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