fix typo (#8)
This commit is contained in:
parent
294f759b05
commit
30b096e0c1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -174,7 +174,7 @@ actionsToolkit.run(
|
||||||
remoteBuilderAddr = await getRemoteBuilderAddr(inputs);
|
remoteBuilderAddr = await getRemoteBuilderAddr(inputs);
|
||||||
if (!remoteBuilderAddr) {
|
if (!remoteBuilderAddr) {
|
||||||
if (inputs.nofallback) {
|
if (inputs.nofallback) {
|
||||||
core.setFailed('Failed to obtain Blacksmith builder. Failing the build');
|
throw Error('Failed to obtain Blacksmith builder. Failing the build');
|
||||||
} else {
|
} else {
|
||||||
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
|
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue