We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ce80 commit ce2cef5Copy full SHA for ce2cef5
.github/actions/normalize-branch-name/action.yaml
@@ -14,4 +14,4 @@ runs:
14
starting_from_jira_ref=$(echo $stripped | grep -Eo '\d{4,}.*')
15
with_fallback=${starting_from_jira_ref:-$stripped}
16
chopped=$(echo $with_fallback | head -c 15)
17
- echo $chopped >> $GITHUB_OUTPUT
+ echo $chopped >> $GITHUB_OUTPUT
0 commit comments