create-pull-request/__test__
Peter Evans ca2f66fc96 fix: only remove credentials created by this action instance
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.
2026-01-23 09:43:33 +00:00
..
create-or-update-branch.int.test.ts fix: support submodules when commit signing (#3354) 2024-09-18 09:46:39 -07:00
entrypoint.sh fix: preserve unicode in filepaths when commit signing (#3588) 2024-12-27 02:51:52 -08:00
git-command-manager.int.test.ts fix: preserve unicode in filepaths when commit signing (#3588) 2024-12-27 02:51:52 -08:00
git-config-helper.int.test.ts fix: only remove credentials created by this action instance 2026-01-23 09:43:33 +00:00
git-config-helper.unit.test.ts feat: v6 (#2717) 2024-01-31 11:06:34 +00:00
integration-tests.sh feat: v6 (#2717) 2024-01-31 11:06:34 +00:00
utils.unit.test.ts feat: v6 (#2717) 2024-01-31 11:06:34 +00:00