From 6065b53ce9f4f79072f547875e03d163232ed946 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 24 Jan 2026 14:53:31 +0100 Subject: [PATCH] Updated workflow --- .gitea/workflows/push.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index cb604b7..4068ab1 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -104,6 +104,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 + token: ${{ secrets.BOT_TOKEN }} + ref: ${{ gitea.ref_name }} # Required for Flutter action - name: Install jq