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

Skip to content

Commit fad7761

Browse files
committed
use different branchname plugin
1 parent 661d4b1 commit fad7761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- name: Run a one-line script
1212
run: echo Hello, world!
13-
- name: Current Branch
14-
uses: ryolambert/[email protected]
13+
- uses: nelonoel/branch-name@v1
14+
- run: echo ${BRANCH_NAME}
1515
- name: Run a multi-line script
1616
run: |
1717
echo Add other actions to build,

0 commit comments

Comments
 (0)