Merge pull request #3 from tj-actions/feature/update-readme

This commit is contained in:
Tonye Jack 2020-12-11 16:38:59 -05:00 committed by GitHub
commit 711862b7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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