We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661d4b1 commit fad7761Copy full SHA for fad7761
1 file changed
.github/workflows/main.yml
@@ -10,8 +10,8 @@ jobs:
10
- uses: actions/checkout@v2
11
- name: Run a one-line script
12
run: echo Hello, world!
13
- - name: Current Branch
14
- uses: ryolambert/current-branch@v1.0
+ - uses: nelonoel/branch-name@v1
+ - run: echo ${BRANCH_NAME}
15
- name: Run a multi-line script
16
run: |
17
echo Add other actions to build,
0 commit comments