Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 340 Bytes

branch-to-versionsuffix action

This action will take a branch name and calculate a suitable version suffix based on it.

Inputs

branch

Required The name of the current branch.

Outputs

versionSuffix

Example usage

uses: actions/branch-to-versionsuffix@main
with:
  branchName: ${{ github.ref }}