We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347298e commit 2e55eeeCopy full SHA for 2e55eee
1 file changed
action.yml
@@ -396,7 +396,7 @@ runs:
396
let canAddToExternal = false;
397
do {
398
let {externalBuildState} = (await fetchJson('buildBetaDetails/' + buildId)).attributes;
399
- console.log('Build's external build state is: ' + externalBuildState);
+ console.log('External build state is: ' + externalBuildState);
400
if (externalBuildState === 'READY_FOR_BETA_SUBMISSION') {
401
canAddToExternal = true;
402
} else {
0 commit comments