From db2ba2571fae0055ebf71036334017b658f29ae6 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 24 Jan 2026 12:49:21 +0100 Subject: [PATCH] Added pull --- .gitea/workflows/push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 75e1dc0..a709ed2 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -92,6 +92,7 @@ jobs: run: | git config --global user.name "Gitea Actions [bot]" git config --global user.email "actions@yannick-weigert.de" + git pull origin ${{ gitea.ref_name }} git add pubspec.yaml git commit -m "Updated version number [skip ci]" git push origin HEAD:${{ gitea.ref_name }} @@ -123,6 +124,7 @@ jobs: if [ -n "$(git status --porcelain lib test)" ]; then git config --global user.name "Gitea Actions [bot]" git config --global user.email "actions@yannick-weigert.de" + git pull origin ${{ gitea.ref_name }} git add lib test git commit -m "Updated licenses [skip ci]" git push origin HEAD:${{ gitea.ref_name }}