mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 09:21:37 +08:00
Use git-credential-store instead of .extraheader
This commit is contained in:
@@ -149,6 +149,9 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
result.persistCredentials =
|
||||
(core.getInput('persist-credentials') || 'false').toUpperCase() === 'TRUE'
|
||||
|
||||
// Custom credential helper
|
||||
result.customCredentialHelper = core.getInput('custom-credential-helper')
|
||||
|
||||
// Workflow organization ID
|
||||
result.workflowOrganizationId =
|
||||
await workflowContextHelper.getOrganizationId()
|
||||
|
||||
Reference in New Issue
Block a user