Make showProgress a required argument for checkout and checkoutDetach

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Max schwenk 2026-02-25 18:44:33 -05:00
parent a5d425690b
commit 197ee88ce5
3 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ export async function prepareExistingDirectory(
core.startGroup('Removing previously created refs, to avoid conflicts')
// Checkout detached HEAD
if (!(await git.isDetached())) {
await git.checkoutDetach()
await git.checkoutDetach(false)
}
// Remove all refs/heads/*