We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda02d0 commit 6929809Copy full SHA for 6929809
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: nelonoel/branch-name@v1
12
- name: Run a one-line script
13
run: echo Hello, world!
14
- - run: echo ${BRANCH_NAME} | grep -P -q '/w(?:eek)?[-_]?(\d{1})/'
+ - run: echo ${BRANCH_NAME} | sed 's/w(?:eek)?[-_]?(\d{1})/'
15
- name: Run a multi-line script
16
run: |
17
echo Add other actions to build,
0 commit comments