From f86aab771d95df48b9f81daf286aee6cd6327beb Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Sun, 24 May 2026 22:26:38 +0200 Subject: [PATCH] fix: enhance force-with-lease handling for action-commit-push --- .github/workflows/e2e-action-commit-push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e-action-commit-push.yml b/.github/workflows/e2e-action-commit-push.yml index c9e1477..1f26f4f 100644 --- a/.github/workflows/e2e-action-commit-push.yml +++ b/.github/workflows/e2e-action-commit-push.yml @@ -319,7 +319,6 @@ jobs: target_branch: test/e2e-commit-push-reset-${{ github.run_id }} base_branch: test/e2e-commit-push-base-${{ github.run_id }} reset_target_branch: "true" - force_with_lease: "true" - name: Reset via docker image (preview) if: ${{ inputs.mode == 'image' }}