diff --git a/index.js b/index.js index 4a020b6..3964b5b 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ async function run() { console.log(`CWD: ${process.cwd()}`) console.log(`filePath: ${core.getInput('filePath')}`) - const githubToken = core.getInput('filePath'); + const githubToken = core.getInput('githubToken'); console.log("githubToken", githubToken)