fix typo (#8)

pull/1358/head
Aayush Shah 1 year ago committed by GitHub
parent 294f759b05
commit 30b096e0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -174,7 +174,7 @@ actionsToolkit.run(
remoteBuilderAddr = await getRemoteBuilderAddr(inputs);
if (!remoteBuilderAddr) {
if (inputs.nofallback) {
core.setFailed('Failed to obtain Blacksmith builder. Failing the build');
throw Error('Failed to obtain Blacksmith builder. Failing the build');
} else {
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
}

Loading…
Cancel
Save