fix: use selected target_branch for PR base in update-manager-types workflow (#4776)

This commit is contained in:
Jin Yi
2025-08-06 15:35:14 +09:00
committed by GitHub
parent 5ad9f86a58
commit aaaa0cdcb9

View File

@@ -3,6 +3,11 @@ name: Update ComfyUI-Manager API Types
on:
# Manual trigger
workflow_dispatch:
inputs:
target_branch:
description: 'Target branch for the PR'
required: true
default: 'main'
jobs:
update-manager-types:
@@ -85,7 +90,7 @@ jobs:
These types are automatically generated using openapi-typescript.
branch: update-manager-types-${{ steps.manager-info.outputs.commit }}
base: main
base: ${{ inputs.target_branch }}
labels: Manager
delete-branch: true
add-paths: |