Skip to content

Commit 545e615

Browse files
author
GitHub Actions
committed
Update dist
1 parent b124830 commit 545e615

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)