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 2e55eee commit b68479cCopy full SHA for b68479c
1 file changed
action.yml
@@ -400,6 +400,7 @@ runs:
400
if (externalBuildState === 'READY_FOR_BETA_SUBMISSION') {
401
canAddToExternal = true;
402
} else {
403
+ checkCounter++;
404
console.log('Wait 30s for build to be ready for external testing... (' + checkCounter + ')');
405
await sleep(30000);
406
}
0 commit comments