mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Update README.md
This commit is contained in:
parent
7339591b43
commit
6b8dfeeb71
@ -48,7 +48,7 @@ Get branch information without the `/ref/*` prefix
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user