Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 316 Bytes

Get-Branch-Name Github Action

This action outputs the current branch name and corresponding tag.

Outputs

branch

The current branch name.

tag

The corresponding tag name. If master -> latest, branch-name for the others.

Example usage

uses: ypicard/get-branch-name-github-action@v1