Skip to content

Commit 46506b5

Browse files
kpturneresteve
authored andcommitted
Add new parm to config
1 parent 1708433 commit 46506b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Config {
1414
ec2InstanceId: core.getInput('ec2-instance-id'),
1515
iamRoleName: core.getInput('iam-role-name'),
1616
runnerHomeDir: core.getInput('runner-home-dir'),
17+
runAsService: core.getInput('run-runner-as-service')
1718
};
1819

1920
const tags = JSON.parse(core.getInput('aws-resource-tags'));

0 commit comments

Comments
 (0)