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.
2 parents 540be69 + 545e615 commit f45f5cdCopy full SHA for f45f5cd
dist/index.js
@@ -160933,8 +160933,10 @@ function setOutput(label, ec2InstanceId) {
160933
160934
async function start() {
160935
const label = config.generateUniqueLabel();
160936
+ core.info(`label=${label}`)
160937
const githubRegistrationToken = await gh.getRegistrationToken();
160938
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
160939
+ core.info(`ec2InstanceId=${ec2InstanceId}`)
160940
setOutput(label, ec2InstanceId);
160941
await aws.waitForInstanceRunning(ec2InstanceId);
160942
await gh.waitForRunnerRegistered(label);
0 commit comments