From 8d50cf4b46643e41e18458d958f17d6f111d3c58 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 19:32:14 +0100 Subject: [PATCH] Added branch checkout --- .gitea/workflows/pull_request.yaml | 1 + 1 file changed, 1 insertion(+) 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