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