fix(ci): set upstream when pushing #37
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ jobs:
|
||||||
git switch --force-create update-lockfile
|
git switch --force-create update-lockfile
|
||||||
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 push
|
git push --set-upstream origin update-lockfile
|
||||||
|
|
Loading…
Reference in a new issue