mirror of
https://github.com/dorny/paths-filter.git
synced 2024-11-12 08:38:35 +00:00
Fix grouping
This commit is contained in:
parent
4e7fcc37b4
commit
2c79a825c0
34282
dist/index.js
vendored
34282
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -194,6 +194,7 @@ function exportResults(results: FilterResults, format: ExportFormat): void {
|
||||
const filesValue = serializeExport(files, format)
|
||||
core.setOutput(`${key}_files`, filesValue)
|
||||
}
|
||||
core.endGroup()
|
||||
}
|
||||
|
||||
if (results['changes'] === undefined) {
|
||||
@ -203,7 +204,6 @@ function exportResults(results: FilterResults, format: ExportFormat): void {
|
||||
} else {
|
||||
core.info('Cannot set changes output variable - name already used by filter output')
|
||||
}
|
||||
core.endGroup()
|
||||
}
|
||||
|
||||
function serializeExport(files: File[], format: ExportFormat): string {
|
||||
|
Loading…
Reference in New Issue
Block a user