A github action that retrieves the pull request branch name and sets it in the output for other actions to use.
- uses: mdecoleman/[email protected]
id: vars
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: echo ${{ steps.vars.outputs.branch }}
The scripts and documentation in this project are released under the MIT License