mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-24 02:53:51 +08:00
Merge pull request #15 from tj-actions/update-readme
This commit is contained in:
commit
0397d31b09
@ -48,7 +48,7 @@ Get branch information without the `/ref/*` prefix
|
|||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
echo "${{ steps.branch-name.outputs.current_branch }}"
|
echo "${{ steps.branch-name.outputs.current_branch }}"
|
||||||
# Outputs: "main" the default branch that triggered the push event.
|
# Outputs: "main" the branch that triggered the push event.
|
||||||
|
|
||||||
- name: Get Ref brach name
|
- name: Get Ref brach name
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user