From 33e36f83b779b72060105be0a866ca81eff227af 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b4796b9..4d751a1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ 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 }}