ci: should check after doing the update
This commit is contained in:
parent
23fece6293
commit
1775d628c5
@ -1,7 +1,7 @@
|
||||
name: Bump flake.lock
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 6 * * *"
|
||||
- cron: "41 4 * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
@ -12,6 +12,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v20
|
||||
- run: nix flake update
|
||||
- run: nix flake check
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Bump flake.lock
|
||||
|
Loading…
x
Reference in New Issue
Block a user