From b67ce0cc3188941ae8e00cb4f27e97f8877fc4ef Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 8 Oct 2023 17:13:47 +0300 Subject: [PATCH] Log github token Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)