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
1407c19566
1 changed files with 5 additions and 4 deletions
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue