We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad9f86 commit aaaa0cdCopy full SHA for aaaa0cd
.github/workflows/update-manager-types.yaml
@@ -3,6 +3,11 @@ name: Update ComfyUI-Manager API Types
3
on:
4
# Manual trigger
5
workflow_dispatch:
6
+ inputs:
7
+ target_branch:
8
+ description: 'Target branch for the PR'
9
+ required: true
10
+ default: 'main'
11
12
jobs:
13
update-manager-types:
@@ -85,7 +90,7 @@ jobs:
85
90
86
91
These types are automatically generated using openapi-typescript.
87
92
branch: update-manager-types-${{ steps.manager-info.outputs.commit }}
88
- base: main
93
+ base: ${{ inputs.target_branch }}
89
94
labels: Manager
95
delete-branch: true
96
add-paths: |
0 commit comments