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