Skip to content

Commit bc5a6d3

Browse files
authored
actions/source: Minor fix for multiline handling (#3458)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent e5fbd66 commit bc5a6d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/source/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ runs:
5656
version_file: ${{ inputs.version-file }}
5757
output_name: ${{ inputs.output-name }}
5858
transform: ${{ inputs.transform }}
59-
exclude_patterns: ${{ inputs.exclude-patterns }}
59+
exclude_patterns: |
60+
${{ inputs.exclude-patterns }}
6061
source_path: ${{ inputs.source-path }}
6162
working_directory: ${{ inputs.working-directory }}
6263
filter: |

0 commit comments

Comments
 (0)