From 96ad9f4977259e2466885716737b5b1b25361a98 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 4 Oct 2023 11:31:21 +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 dab394c..be9e4ac 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ async function run() { const patterns = ['**/*.csproj', '**/package.json'] const globber = await glob.create(patterns.join('\n')) const files = await globber.glob() - console.log(files) + console.log("files: ", files) const filePathInput = core.getInput('filePath'); const labelInput = core.getInput('label');