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

Otherwise the push fails
This commit is contained in:
Jalil David Salamé Messina 2024-07-29 08:55:40 +02:00
parent 5391154327
commit 3108457650
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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