mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Fix grouping
This commit is contained in:
parent
4e7fcc37b4
commit
2c79a825c0
2 changed files with 17146 additions and 17138 deletions
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…
Add table
Add a link
Reference in a new issue