mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 13:56:43 +00:00
Update logs
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
b0b8bb4128
commit
96ad9f4977
2
index.js
2
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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user