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:
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
- 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:
|
||||
pr-title: "flake.lock: Update"
|
||||
pr-labels: |
|
||||
nix
|
||||
dependencies
|
||||
automated
|
||||
token: ${{ secrets.TOKEN_FOR_UPDATES }}
|
||||
committer: forgejo <dev@notohh.dev>
|
||||
author: notohh <github@notohh.dev>
|
||||
|
|
Loading…
Reference in a new issue