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

Skip to content

Commit f1d5462

Browse files
committed
rename step
1 parent 1f99c09 commit f1d5462

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: nelonoel/branch-name@v1
12-
- name: Run a one-line script
13-
run: echo Hello, world!
14-
- run: echo ${BRANCH_NAME} sed -E 's/.*w(eek)?[-_]?([0-9]).*/Week\2/gi'
12+
- name: Echo week folder
13+
run: echo ${BRANCH_NAME} sed -E 's/.*w(eek)?[-_]?([0-9]).*/Week\2/gi'
1514
- name: Run a multi-line script
1615
run: |
1716
echo Add other actions to build,

0 commit comments

Comments
 (0)