We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708433 commit 46506b5Copy full SHA for 46506b5
src/config.js
@@ -14,6 +14,7 @@ class Config {
14
ec2InstanceId: core.getInput('ec2-instance-id'),
15
iamRoleName: core.getInput('iam-role-name'),
16
runnerHomeDir: core.getInput('runner-home-dir'),
17
+ runAsService: core.getInput('run-runner-as-service')
18
};
19
20
const tags = JSON.parse(core.getInput('aws-resource-tags'));
0 commit comments