Skip to content

Commit 2e55eee

Browse files
authored
- Fix grammar
1 parent 347298e commit 2e55eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ runs:
396396
let canAddToExternal = false;
397397
do {
398398
let {externalBuildState} = (await fetchJson('buildBetaDetails/' + buildId)).attributes;
399-
console.log('Build's external build state is: ' + externalBuildState);
399+
console.log('External build state is: ' + externalBuildState);
400400
if (externalBuildState === 'READY_FOR_BETA_SUBMISSION') {
401401
canAddToExternal = true;
402402
} else {

0 commit comments

Comments
 (0)