From 796b8eb73a2446e782937ea9c239250d447b72bd Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 4 Oct 2023 13:47:36 +0300 Subject: [PATCH] Code format 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 c45136c..ac891b7 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ async function run() { const patterns = ['src/**/*.csproj', 'package.json'] const globber = await glob.create(patterns.join('\n')) const files = await globber.glob() + console.log("files: ", files) const filePathInput = core.getInput('filePath');