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
57619c65e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -17,10 +17,10 @@ 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 }}
|
||||
pr-title: "Update flake.lock"
|
||||
pr-assignees: jiriks74
|
||||
pr-labels: |
|
||||
|
|
Loading…
Reference in a new issue