Skip to content

Commit 79c1a81

Browse files
committed
[Update::workflow] branch-name shell use bash
1 parent b6744d8 commit 79c1a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/shell/branch-name.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
branchType="feature|hotfix|improve|chore"
23

34
if [[ $1 =~ ^($branchType)/[a-z]+(-[a-z]+)*$ ]]

0 commit comments

Comments
 (0)