Skip to content

Commit bf30ffc

Browse files
output label to see if code is using it
1 parent 27afb97 commit bf30ffc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63104,6 +63104,7 @@ function setOutput(label, ec2InstanceId) {
6310463104

6310563105
async function start() {
6310663106
const label = config.generateLabel();
63107+
core.info(`label name: ${label}`);
6310763108
const githubRegistrationToken = await gh.getRegistrationToken();
6310863109
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
6310963110
setOutput(label, ec2InstanceId);

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function setOutput(label, ec2InstanceId) {
1010

1111
async function start() {
1212
const label = config.generateLabel();
13+
core.info(`label name: ${label}`);
1314
const githubRegistrationToken = await gh.getRegistrationToken();
1415
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
1516
setOutput(label, ec2InstanceId);

0 commit comments

Comments
 (0)