diff --git a/README.md b/README.md index 1828bed..58ef3c7 100644 --- a/README.md +++ b/README.md @@ -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