Skip to content

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

License

Notifications You must be signed in to change notification settings

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/[email protected]
  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

No packages published