We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbd3b2 commit d4456abCopy full SHA for d4456ab
index.js
@@ -34,7 +34,7 @@ const main = async () => {
34
35
if (filteredFiles.length === 0) {
36
console.log("No matchs found.")
37
- console.log(`Raw input: ${directory}`)
+ console.log(`Raw input: ${path}`)
38
console.log(`Regex: ${regExp.toString()}`)
39
}
40
await setOutputs(filteredFiles);
0 commit comments