mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 20:33:52 +08:00
Update README.md
This commit is contained in:
parent
616936ff33
commit
d275988a8e
@ -236,6 +236,11 @@ on:
|
|||||||
# Outputs: "0.0.1"
|
# 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):
|
### Possible usage with [actions/checkout](https://github.com/actions/checkout):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -256,10 +261,6 @@ on:
|
|||||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
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)
|
* Free software: [MIT license](LICENSE)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
Loading…
Reference in New Issue
Block a user