fix: Use modified update-flake-lock action
It uses an updated create-pull-request action that works with Gitea/Forgejo
This commit is contained in:
parent
ed72f266de
commit
33e36f83b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue