From d4dd018803aa64fc6a14ab10da61b736a89cb956 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 20 Sep 2023 14:23:55 +0300 Subject: [PATCH] Duplicate lgos Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 87519fc..c38596d 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ run(); async function run() { try { console.log(`CWD: ${process.cwd()}`) + console.log(`CWD: ${process.cwd()}`) const filePathInput = core.getInput('filePath'); const labelInput = core.getInput('label');