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 74e9d02 commit b7b4a79Copy full SHA for b7b4a79
dist/index.js
@@ -62931,7 +62931,7 @@ class Config {
62931
iamRoleName: core.getInput('iam-role-name'),
62932
runnerHomeDir: core.getInput('runner-home-dir'),
62933
scope: core.getInput('scope'),
62934
- hostId: core.getInput('hostId'),
+ hostId: core.getInput('host-id'),
62935
};
62936
62937
this.GITHUB_SCOPES = {
src/config.js
@@ -15,7 +15,7 @@ class Config {
15
16
17
18
19
20
21
0 commit comments