Skip to content

Commit 877bb11

Browse files
Merge pull request #113 from codacy/ls/remove-extra-space
fix: remove breaking space in action.yaml
2 parents 454ef1a + 3070d66 commit 877bb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
--dev-branch "${{ inputs.dev-branch }}" \
8686
--minor-identifier="${{ inputs.minor-identifier }}" \
8787
--major-identifier="${{ inputs.major-identifier }}" \
88-
--log-paths="${{ inputs.log-paths }}" \
88+
--log-paths="${{ inputs.log-paths }}" \
8989
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
9090
--version-prefix "${{ inputs.prefix }}")
9191

0 commit comments

Comments
 (0)