Fix function name
This commit is contained in:
@ -66,7 +66,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
|
||||
if (remote.protocol == 'HTTPS') {
|
||||
core.startGroup('Configuring credential for HTTPS authentication')
|
||||
await gitAuthHelper.configureAuth(inputs.token)
|
||||
await gitAuthHelper.configureToken(inputs.token)
|
||||
core.endGroup()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user