Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 4, 2023
1 parent 616936f commit d275988
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d275988

Please sign in to comment.