Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.07 KB

File metadata and controls

25 lines (19 loc) · 1.07 KB

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