Skip to content

Commit

Permalink
output label to see if code is using it
Browse files Browse the repository at this point in the history
  • Loading branch information
arielly-parussulo committed Apr 27, 2023
1 parent 27afb97 commit bf30ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63104,6 +63104,7 @@ function setOutput(label, ec2InstanceId) {

async function start() {
const label = config.generateLabel();
core.info(`label name: ${label}`);
const githubRegistrationToken = await gh.getRegistrationToken();
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
setOutput(label, ec2InstanceId);
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function setOutput(label, ec2InstanceId) {

async function start() {
const label = config.generateLabel();
core.info(`label name: ${label}`);
const githubRegistrationToken = await gh.getRegistrationToken();
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
setOutput(label, ec2InstanceId);
Expand Down

0 comments on commit bf30ffc

Please sign in to comment.