diff --git a/dist/index.js b/dist/index.js index 5aa0ab7a..166fe544 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62931,7 +62931,7 @@ class Config { iamRoleName: core.getInput('iam-role-name'), runnerHomeDir: core.getInput('runner-home-dir'), scope: core.getInput('scope'), - hostId: core.getInput('hostId'), + hostId: core.getInput('host-id'), }; this.GITHUB_SCOPES = { diff --git a/src/config.js b/src/config.js index 2309b819..d16a7f61 100644 --- a/src/config.js +++ b/src/config.js @@ -15,7 +15,7 @@ class Config { iamRoleName: core.getInput('iam-role-name'), runnerHomeDir: core.getInput('runner-home-dir'), scope: core.getInput('scope'), - hostId: core.getInput('hostId'), + hostId: core.getInput('host-id'), }; this.GITHUB_SCOPES = {