Skip to content

flagbit/branch-name-normalizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branch name normalizer

Simple action that normalizez the current branch name into a string with only lowercase alphanumerical values, separated by hiphens. Example: For the branch name: Alex/A-Simple-pr. Output: alex-a-simple-pr

Inputs:

  • branch_name:
    • default: $GITHUB_HEAD_REF
    • required: false
  • max_length:
    • default: 40
    • required: false

Output:

  • normalized

About

Github action to normalize branch name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%