From 1407c19566a8071da9df0e8fa117198f40b70d5c 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b4796b9..3ae9501 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,16 +11,17 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@main - name: Setup Action cache for nix - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main + uses: DeterminateSystems/magic-nix-cache-action@main with: fail-mode: true - name: Update flake.lock - uses: https://github.com/DeterminateSystems/update-flake-lock@main + uses: DeterminateSystems/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: |