correct warning log line (#22)
This commit is contained in:
parent
daa8a63bfa
commit
0488127ec0
|
@ -312,7 +312,7 @@ async function getBuilderAddr(inputs: context.Inputs, dockerfilePath: string): P
|
|||
if (error.name === 'AbortError') {
|
||||
return null;
|
||||
}
|
||||
core.warning(`Error in getRemoteBuilderAddr: ${(error as Error).message}`);
|
||||
core.warning(`Error in getBuilderAddr: ${(error as Error).message}`);
|
||||
throw error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue