Update README.md

This commit is contained in:
Tonye Jack 2023-11-03 19:49:51 -06:00 committed by GitHub
parent 616936ff33
commit d275988a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,11 @@ on:
# Outputs: "0.0.1"
```
### Other supported events
Visit the [test](https://github.com/tj-actions/branch-names/blob/main/.github/workflows/test.yml) for more examples.
### Possible usage with [actions/checkout](https://github.com/actions/checkout):
```yaml
@ -256,10 +261,6 @@ on:
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
```
### Other supported events
Visit the [test](https://github.com/tj-actions/branch-names/blob/main/.github/workflows/test.yml) for more examples.
* Free software: [MIT license](LICENSE)
## Credits