diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 46fab08..0b92b88 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -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