Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Dec 11, 2020
1 parent 26b1f6c commit 11f3896
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ Get branch information without the `/ref/*` prefix
### Possible usage with [actions/checkout@v2](https://github.com/actions/checkout):

```yaml
on:
pull_request:
branches:
- develop

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v1
Expand Down

0 comments on commit 11f3896

Please sign in to comment.