From cf655f97d4a24b566f321b9e76b34b44a74711f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Fri, 2 Aug 2024 23:37:50 +0200 Subject: [PATCH] [fix] ci: force push to update branch --- .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 1e5b4c7..c282169 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 --set-upstream origin update-lockfile + git push --force-with-lease --set-upstream origin update-lockfile -- 2.47.0