Skip to content

Commit ce2cef5

Browse files
committed
CCM-8585: newline
1 parent 367ce80 commit ce2cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/normalize-branch-name/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ runs:
1414
starting_from_jira_ref=$(echo $stripped | grep -Eo '\d{4,}.*')
1515
with_fallback=${starting_from_jira_ref:-$stripped}
1616
chopped=$(echo $with_fallback | head -c 15)
17-
echo $chopped >> $GITHUB_OUTPUT
17+
echo $chopped >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)