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 d1a4fdf commit caa5421Copy full SHA for caa5421
src/config.js
@@ -15,6 +15,7 @@ class Config {
15
iamRoleName: core.getInput('iam-role-name'),
16
runnerHomeDir: core.getInput('runner-home-dir'),
17
preRunnerScript: core.getInput('pre-runner-script'),
18
+ runAsService: core.getInput('run-runner-as-service')
19
};
20
21
const tags = JSON.parse(core.getInput('aws-resource-tags'));
0 commit comments