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');