[fix] ci: scheduled update not working
All checks were successful
/ check (push) Successful in 23s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s
/ update-lockfile (push) Has been skipped

This commit is contained in:
Jalil David Salamé Messina 2024-07-21 16:26:55 +02:00
parent 9ecdc662bc
commit 0b07c37d93
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -30,11 +30,10 @@ jobs:
steps:
- uses: "https://code.forgejo.org/actions/checkout@v4"
- run: nix --version
- run: nix flake update
- name: nix flake update
run: |
git config user.name 'forgejo-actions'
git config user.email 'forgejo-actions@noreply.salame.cl'
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
- run: nix flake check --keep-going --verbose
- run: git push
nix flake check --keep-going --verbose
git push