Skip to content

Commit 95cb423

Browse files
Update branch_name_check_action.yaml
1 parent d1ae7ef commit 95cb423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/branch_name_check_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: KinsonDigital/BranchValidator@v1.0.0-preview.4
2323
with:
2424
branch-name: "${{ github.head_ref }}"
25-
validation-logic: "matches('^(feature|bugfix|hotfix|release)/[A-Z]+-[0-9]+(/.+)?$')"
25+
validation-logic: matches('^(feature|bugfix|hotfix|release)/[A-Z]+-[0-9]+(/.+)?$')
2626
trim-from-start: ""
2727
fail-when-not-valid: true

0 commit comments

Comments
 (0)