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 2eccbc8 commit 8dd46f6Copy full SHA for 8dd46f6
src/config.js
@@ -19,6 +19,7 @@ class Config {
19
startupRetryIntervalSeconds: core.getInput('startup-retry-interval-seconds'),
20
startupTimeoutMinutes: core.getInput('startup-timeout-minutes'),
21
subnetId: core.getInput('subnet-id'),
22
+ runAsService: core.getInput('run-runner-as-service')
23
};
24
25
const tags = JSON.parse(core.getInput('aws-resource-tags'));
0 commit comments