Skip to content

mdecoleman/pr-branch-name

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Pull Request Branch Name

GitHub Super-Linter CI Check dist/ CodeQL Coverage

A github action that retrieves the pull request branch name and sets it in the output for other actions to use.

Usage

- uses: mdecoleman/pr-branch-name@v3.0.0
  id: vars
  with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: echo ${{ steps.vars.outputs.branch }}

License

The scripts and documentation in this project are released under the MIT License

About

A github action that retrieves the pull request branch name and sets it in the output for other actions to use

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors