mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 22:43:51 +08:00
Merge pull request #9 from tj-actions/feature/fix-id-in-readme
Update README.md
This commit is contained in:
commit
90379ab59c
@ -22,7 +22,7 @@ Get branch information without the `/ref/*` prefix
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-names
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v2.1
|
uses: tj-actions/branch-names@v2.1
|
||||||
|
|
||||||
- name: Current branch name
|
- name: Current branch name
|
||||||
|
Loading…
Reference in New Issue
Block a user