From f1f8a3c908b709fe610cf3cb4083ce7f5233f67a Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 19 Feb 2026 00:13:50 +0100 Subject: [PATCH] fix? --- .gitea/workflows/autoupdate.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index dc9e06df..90eda224 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -31,11 +31,10 @@ jobs: run: nix flake check --all-systems --verbose - name: Create Gitea PR - uses: https://github.com/Mai0313/create-pull-request@main + uses: https://github.com/arifer612/Gitea-PR-action@v1 with: - github-server-url: https://git.dynamicdiscord.de + url: https://git.dynamicdiscord.de token: ${{ secrets.AHTLONS_GITEA_TOKEN }} - commit-message: 'Update flake.lock' - committer: 'malobot ' - title: 'Update flake.lock' - assignees: 'ahtlon' + tea-version: 0.9.2 + pr-label: bump + assignee: ${{ github.actor }}