From 4175b266d4229a87d02884691092bf20b2352c45 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 1 Oct 2023 15:09:07 +0300 Subject: [PATCH] Update 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 c38596d..99f6a24 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ async function run() { console.log(`Label: ${labelInput}`) - console.log(`File path: ${file}`) + console.log(`File path: ${filePath}`) core.setOutput("label", labelInput);