From 310845765014238654687d23e10169d48485672d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 29 Jul 2024 08:55:40 +0200 Subject: [PATCH] fix(ci): set upstream when pushing Otherwise the push fails --- .forgejo/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index e4d335c..1e5b4c7 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -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