fix: Use modified update-flake-lock action
Some checks failed
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled

It uses an updated create-pull-request action that works with Gitea/Forgejo
This commit is contained in:
Jiří Štefka 2024-12-13 14:02:34 +01:00
parent ed72f266de
commit 034b4a92b4
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -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: |