Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 484 Bytes

Post-Integration: Prerelease action

This action output JIRA issue key and prerelease tag based on Pull Request branch.

Inputs

Input Required Default Description
branch Branch name, must contain JIRA issue key
push true Push tags if true

Outputs

Output Description
key JIRA issue key
tag Prerelease tag

Example usage

uses: sepulsa/prerelease-action@1
with:
  branch: ${{ github.head_ref }}