Update README.md

This commit is contained in:
Tonye Jack 2021-04-04 15:42:46 -04:00 committed by GitHub
parent 961d0ac841
commit 9c439d206c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,17 @@ Get branch information without the `/ref/*` prefix
## Usage
```yaml
...
steps:
- uses: actions/checkout@v2
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v2.2
```
## Examples
```yaml
...
steps: