[fix] ci: scheduled update not working
All checks were successful
/ check (push) Successful in 31s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 26s
/ build (nvim) (push) Successful in 17s
/ update-lockfile (push) Successful in 35s
All checks were successful
/ check (push) Successful in 31s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 26s
/ build (nvim) (push) Successful in 17s
/ update-lockfile (push) Successful in 35s
This commit is contained in:
parent
9ecdc662bc
commit
6d0989f44f
1 changed files with 3 additions and 4 deletions
|
@ -26,15 +26,14 @@ 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
|
||||||
- run: nix flake update
|
|
||||||
- name: nix flake update
|
- name: nix flake update
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'forgejo-actions'
|
git config user.name 'forgejo-actions'
|
||||||
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'
|
||||||
- run: nix flake check --keep-going --verbose
|
nix flake check --keep-going --verbose
|
||||||
- run: git push
|
git show
|
||||||
|
|
Loading…
Reference in a new issue