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