Results 78 comments of eric sciple

Related issue: - https://github.com/peter-evans/create-pull-request/issues/4228

@eriksw one option would be to temporarily remove the git config `includeIf.gitdir` keys where the value matches `git-credentials-*.config`. Here is [an example](https://github.com/actions/checkout/pull/2301/files#diff-530a2bb57f5ee7a9ef635ed8a62ead7ab15b1a7d07d5f8d413f4f4e9018af52cR452) where I ported v6-style to v5. Depending on...

@SJLC for full v6-style cleanup, refer the following PR: - https://github.com/actions/checkout/pull/2301

@laeubi please update to [peter-evans/[email protected]](https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.9) or `@v7`

@kdeldycke thanks for confirming the fix!

@abhijit-nightfall it looks like the error is coming from PowerShell Archive module. That logic is invoked when `git` is not in the PATH - the sources are downloaded as a...

Apologies @chandrakanthbala, the new runner version upgraded to .NET 8, which does not support Red Hat 6. We temporarily rolled back the update while we reassess how to proceed. You...