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 0aaa566 commit ebb2e33Copy full SHA for ebb2e33
dist/index.js
@@ -145289,7 +145289,7 @@ async function waitForRunnerRegistered(label) {
145289
core.info(`Waiting ${quietPeriodSeconds}s for the AWS EC2 instance to be registered in GitHub as a new self-hosted runner`);
145290
await new Promise((r) => setTimeout(r, quietPeriodSeconds * 1000));
145291
core.info(`Checking every ${retryIntervalSeconds}s if the GitHub self-hosted runner is registered`);
145292
-
+ core.info(`The maximum waiting time is ${timeoutMinutes} minutes`);
145293
return new Promise((resolve, reject) => {
145294
const interval = setInterval(async () => {
145295
const runner = await getRunner(label);
0 commit comments