Skip to content

Create Hotfix Branch #2

Create Hotfix Branch

Create Hotfix Branch #2

name: Create Hotfix Branch
on:
workflow_dispatch:
inputs:
version:
description: 'Major.Minor version to create next hotfix patch for (e.g. 2.5)'
required: true
jobs:
run:
uses: zepben/.github/.github/workflows/python-hotfix-branch.yml@main
with:
version: ${{ inputs.version }}
secrets: inherit