File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313 description : ' The TFE version for the upcoming TFE release, format is either vYYYYMM-# or MAJOR.MINOR.PATCH (without a "v" prefix).'
1414 required : true
1515 type : string
16- outputs :
17- release_branch_name :
18- description : ' The name of the branch created for the new TFE version docs.'
19- value : ${{ jobs.sync-docs.outputs.release_branch_name }}
20- release_branch_pr_url :
21- description : ' The URL of the release branch created for the new TFE version docs.'
22- value : ${{ jobs.sync-docs.outputs.release_branch_pr_url }}
23- diff_branch_pr_url :
24- description : ' The URL of the diff branch created for the new TFE version docs.'
25- value : ${{ jobs.sync-docs.outputs.diff_branch_pr_url }}
16+ outputs :
17+ release_branch_name :
18+ description : ' The name of the branch created for the new TFE version docs.'
19+ value : ${{ jobs.sync-docs.outputs.release_branch_name }}
20+ release_branch_pr_url :
21+ description : ' The URL of the release branch created for the new TFE version docs.'
22+ value : ${{ jobs.sync-docs.outputs.release_branch_pr_url }}
23+ diff_branch_pr_url :
24+ description : ' The URL of the diff branch created for the new TFE version docs.'
25+ value : ${{ jobs.sync-docs.outputs.diff_branch_pr_url }}
2626
2727jobs :
2828 sync-docs :
You can’t perform that action at this time.
0 commit comments