Added debug lines
This commit is contained in:
parent
b494efc466
commit
9de2ea8c70
@ -671,6 +671,8 @@ export const getFilePatterns = async ({
|
|||||||
.split(inputs.filesFromSourceFileSeparator)
|
.split(inputs.filesFromSourceFileSeparator)
|
||||||
.filter(p => p !== '')
|
.filter(p => p !== '')
|
||||||
|
|
||||||
|
core.debug(`files from source file: ${inputFilesFromSourceFile}`)
|
||||||
|
|
||||||
const filesFromSourceFiles = (
|
const filesFromSourceFiles = (
|
||||||
await getFilesFromSourceFile({filePaths: inputFilesFromSourceFile})
|
await getFilesFromSourceFile({filePaths: inputFilesFromSourceFile})
|
||||||
).join('\n')
|
).join('\n')
|
||||||
@ -702,6 +704,10 @@ export const getFilePatterns = async ({
|
|||||||
.split(inputs.filesIgnoreFromSourceFileSeparator)
|
.split(inputs.filesIgnoreFromSourceFileSeparator)
|
||||||
.filter(p => p !== '')
|
.filter(p => p !== '')
|
||||||
|
|
||||||
|
core.debug(
|
||||||
|
`files ignore from source file: ${inputFilesIgnoreFromSourceFile}`
|
||||||
|
)
|
||||||
|
|
||||||
const filesIgnoreFromSourceFiles = (
|
const filesIgnoreFromSourceFiles = (
|
||||||
await getFilesFromSourceFile({
|
await getFilesFromSourceFile({
|
||||||
filePaths: inputFilesIgnoreFromSourceFile,
|
filePaths: inputFilesIgnoreFromSourceFile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user