Previously, removeIncludeIfCredentials() deleted all includeIf.gitdir entries matching git-credentials-*.config, regardless of which action created them. This broke subsequent workflow steps that relied on credentials persisted by other actions (e.g., actions/checkout@v6). Now the cleanup only removes the specific credentials file and config entries created by this action instance, leaving other actions' credentials intact. |
||
|---|---|---|
| .. | ||
| create-or-update-branch.int.test.ts | ||
| entrypoint.sh | ||
| git-command-manager.int.test.ts | ||
| git-config-helper.int.test.ts | ||
| git-config-helper.unit.test.ts | ||
| integration-tests.sh | ||
| utils.unit.test.ts | ||