From 6dc2ef8bf6282322768391f7e43bd451ffca7f46 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 1 Oct 2023 15:49:36 +0300 Subject: [PATCH] Update lgos 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 82077d8..b747aef 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ run(); async function run() { try { console.log(`CWD: ${process.cwd()}`) - console.log(`CWD: ${core.getInput('filePath')}`) + console.log(`filePath: ${core.getInput('filePath')}`) const filePathInput = core.getInput('filePath'); const labelInput = core.getInput('label');