Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 4, 2021
1 parent 961d0ac commit 9c439d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c439d2

Please sign in to comment.