Skip to content

Commit f45f5cd

Browse files
author
Paul Ashton
committed
Merge remote-tracking branch 'origin/main'
2 parents 540be69 + 545e615 commit f45f5cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160933,8 +160933,10 @@ function setOutput(label, ec2InstanceId) {
160933160933

160934160934
async function start() {
160935160935
const label = config.generateUniqueLabel();
160936+
core.info(`label=${label}`)
160936160937
const githubRegistrationToken = await gh.getRegistrationToken();
160937160938
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
160939+
core.info(`ec2InstanceId=${ec2InstanceId}`)
160938160940
setOutput(label, ec2InstanceId);
160939160941
await aws.waitForInstanceRunning(ec2InstanceId);
160940160942
await gh.waitForRunnerRegistered(label);

0 commit comments

Comments
 (0)