From 49e947034e1361fd5749af3c4954a654dac67d5d Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:12:25 +0100 Subject: [PATCH] Tested branch protection --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 2117edf..b308e99 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -125,7 +125,7 @@ jobs: strategy: 'patch' path: './pubspec.yaml' - - name: Commit version update 2 + - name: Commit version update run: | git fetch origin ${{ gitea.head_ref }} git checkout ${{ gitea.head_ref }}