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 a7f3554 commit 85eeca7Copy full SHA for 85eeca7
eng/mgmt/automation/generation.yml
@@ -62,7 +62,7 @@ steps:
62
- template: /eng/common/pipelines/templates/steps/create-pull-request.yml
63
parameters:
64
PRBranchName: fluent-lite-generation-$(Build.BuildId)
65
- ${{ if variables.fromTypeSpec }}:
+ ${{ if eq(variables.fromTypeSpec, true) }}:
66
CommitMsg: '[Automation] Generate Fluent Lite from TypeSpec $(README)'
67
PRTitle: '[Automation] Generate Fluent Lite from TypeSpec $(README)'
68
${{ else }}:
0 commit comments