Compare commits
1 commit
6d0989f44f
...
0b07c37d93
Author | SHA1 | Date | |
---|---|---|---|
0b07c37d93 |
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
update-lockfile:
|
update-lockfile:
|
||||||
needs: [check build]
|
needs: [check build]
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
# if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
@ -36,4 +36,4 @@ jobs:
|
||||||
git config user.email 'forgejo-actions@noreply.salame.cl'
|
git config user.email 'forgejo-actions@noreply.salame.cl'
|
||||||
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
||||||
nix flake check --keep-going --verbose
|
nix flake check --keep-going --verbose
|
||||||
git show
|
git push
|
||||||
|
|
Loading…
Add table
Reference in a new issue