Skip to content

Commit

Permalink
Merge pull request #3 from tj-actions/feature/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Dec 11, 2020
2 parents 12ee335 + 52eebe6 commit 711862b
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 @@ -32,6 +32,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 711862b

Please sign in to comment.