File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -63104,6 +63104,7 @@ function setOutput(label, ec2InstanceId) {
63104
63104
63105
63105
async function start() {
63106
63106
const label = config.generateLabel();
63107
+ core.info(`label name: ${label}`);
63107
63108
const githubRegistrationToken = await gh.getRegistrationToken();
63108
63109
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
63109
63110
setOutput(label, ec2InstanceId);
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ function setOutput(label, ec2InstanceId) {
10
10
11
11
async function start ( ) {
12
12
const label = config . generateLabel ( ) ;
13
+ core . info ( `label name: ${ label } ` ) ;
13
14
const githubRegistrationToken = await gh . getRegistrationToken ( ) ;
14
15
const ec2InstanceId = await aws . startEc2Instance ( label , githubRegistrationToken ) ;
15
16
setOutput ( label , ec2InstanceId ) ;
You can’t perform that action at this time.
0 commit comments