Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6929809

Browse files
committed
use sed instead of grep
1 parent eda02d0 commit 6929809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: nelonoel/branch-name@v1
1212
- name: Run a one-line script
1313
run: echo Hello, world!
14-
- run: echo ${BRANCH_NAME} | grep -P -q '/w(?:eek)?[-_]?(\d{1})/'
14+
- run: echo ${BRANCH_NAME} | sed 's/w(?:eek)?[-_]?(\d{1})/'
1515
- name: Run a multi-line script
1616
run: |
1717
echo Add other actions to build,

0 commit comments

Comments
 (0)