Skip to content

Commit cf8fc5a

Browse files
fix: add missing newline separator after author
1 parent d7c911b commit cf8fc5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ runs:
185185
--repositoryCommit "${{ github.sha }}" \
186186
--repositoryBranch "${{ github.head_ref || github.ref_name }}" \
187187
--repositoryType git \
188-
--author "${{ inputs.author }}"
188+
--author "${{ inputs.author }}" \
189189
--traceLevel "${{ inputs.traceLevel }}" \
190190
${{ steps.set_additional_parameters.outputs.additionalParameters }}
191191

0 commit comments

Comments
 (0)