From 034b4a92b46c0b22725f26f6302a642354b8c66d Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 13 Dec 2024 14:02:34 +0100 Subject: [PATCH] fix: Use modified update-flake-lock action It uses an updated create-pull-request action that works with Gitea/Forgejo --- .github/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b4796b9..c1bc154 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,10 +17,11 @@ jobs: with: fail-mode: true - name: Update flake.lock - uses: https://github.com/DeterminateSystems/update-flake-lock@main + uses: https://forgejo.stefka.eu/jiriks74/update-flake-lock@main with: # inputs: dzgui dzgui-testing # We'll see whether I want to limit the updates to dzgui - token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }} + # token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }} + base: "main" pr-title: "Update flake.lock" pr-assignees: jiriks74 pr-labels: |