File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pipeline:
2020 value : <+pipeline.variables.source_branch>
2121 - name : target_repo_target_branch
2222 type : String
23- value : <+input >
23+ value : <+pipeline.variables.target_branch >
2424 - name : envs_parent_folders
2525 type : String
2626 value : <+pipeline.variables.envs_parent_folders_to_include>
@@ -232,16 +232,16 @@ pipeline:
232232 description : " "
233233 required : true
234234 value : <+input>
235- - name : source_branch
235+ - name : target_branch
236236 type : String
237- description : " "
237+ description : Target branch (master, release/10.2)
238238 required : false
239239 value : <+input>
240- - name : target_repo_target_branch
240+ - name : source_branch
241241 type : String
242- description : Target branch (master, release/10.2)
242+ description : " "
243243 required : false
244- value : " "
244+ value : <+input>
245245 - name : envs_parent_folders_to_include
246246 type : String
247247 description : |-
You can’t perform that action at this time.
0 commit comments