ci: try new flake update action
Some checks failed
/ check (push) Failing after 52s
Some checks failed
/ check (push) Failing after 52s
This commit is contained in:
parent
1401ddffa8
commit
bc1cb89206
1 changed files with 6 additions and 6 deletions
|
@ -9,10 +9,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: update flake.lock
|
- name: update flake.lock
|
||||||
uses: https://github.com/DeterminateSystems/update-flake-lock@v20
|
run: nix flake update
|
||||||
|
- name: create PR
|
||||||
|
uses: https://github.com/peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
pr-title: "flake.lock: Update"
|
token: ${{ secrets.TOKEN_FOR_UPDATES }}
|
||||||
pr-labels: |
|
committer: forgejo <dev@notohh.dev>
|
||||||
nix
|
author: notohh <github@notohh.dev>
|
||||||
dependencies
|
|
||||||
automated
|
|
||||||
|
|
Loading…
Reference in a new issue