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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Setup Action cache for nix
|
- name: Setup Action cache for nix
|
||||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
with:
|
with:
|
||||||
fail-mode: true
|
fail-mode: true
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
# inputs: dzgui dzgui-testing # We'll see whether I want to limit the updates to dzgui
|
# 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-title: "Update flake.lock"
|
||||||
pr-assignees: jiriks74
|
pr-assignees: jiriks74
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
|
|
Loading…
Reference in a new issue