Skip to content

Github Action to get current branch name and associated tag.

Notifications You must be signed in to change notification settings

codio/get-branch-name-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github Action to get current branch name and associated tag.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.1%
  • Dockerfile 47.9%