diff --git a/src/model/input.js b/src/model/input.js index f2d81f28..d275e8c8 100644 --- a/src/model/input.js +++ b/src/model/input.js @@ -98,7 +98,7 @@ class Input { } static get githubToken() { - return core.g('githubToken') || ''; + return core.getInput('githubToken') || ''; } static get kubeContainerMemory() {