Skip to content

Commit 9bba840

Browse files
authored
Update index.js
1 parent e4c4a3e commit 9bba840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function setOutput(label, ec2InstanceId) {
99
}
1010

1111
async function start() {
12-
const label = config.input.label ? config.input.label : config.input.generateUniqueLabel();
12+
const label = config.input.label ? config.input.label : config.generateUniqueLabel();
1313
const githubRegistrationToken = await gh.getRegistrationToken();
1414
const ec2InstanceId = await aws.startEc2Instance(label, githubRegistrationToken);
1515
setOutput(label, ec2InstanceId);

0 commit comments

Comments
 (0)