Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f99c09 commit f1d5462Copy full SHA for f1d5462
.github/workflows/main.yml
@@ -9,9 +9,8 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- 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'
+ - name: Echo week folder
+ run: echo ${BRANCH_NAME} sed -E 's/.*w(eek)?[-_]?([0-9]).*/Week\2/gi'
15
- name: Run a multi-line script
16
run: |
17
echo Add other actions to build,
0 commit comments