fix(ci): set upstream when pushing
All checks were successful
/ check (push) Successful in 24s
/ 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 2s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped
All checks were successful
/ check (push) Successful in 24s
/ 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 2s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped
Otherwise the push fails
This commit is contained in:
parent
5391154327
commit
3108457650
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ jobs:
|
|||
git switch --force-create update-lockfile
|
||||
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
||||
nix flake check --keep-going --verbose
|
||||
git push
|
||||
git push --set-upstream origin update-lockfile
|
||||
|
|
Loading…
Reference in a new issue