Skip to content

Commit 0aaa566

Browse files
committed
added debuging
1 parent a8c20fc commit 0aaa566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function waitForRunnerRegistered(label) {
6161
core.info(`Waiting ${quietPeriodSeconds}s for the AWS EC2 instance to be registered in GitHub as a new self-hosted runner`);
6262
await new Promise((r) => setTimeout(r, quietPeriodSeconds * 1000));
6363
core.info(`Checking every ${retryIntervalSeconds}s if the GitHub self-hosted runner is registered`);
64-
64+
core.info(`The maximum waiting time is ${timeoutMinutes} minutes`);
6565
return new Promise((resolve, reject) => {
6666
const interval = setInterval(async () => {
6767
const runner = await getRunner(label);

0 commit comments

Comments
 (0)