Skip to content

Commit 4956464

Browse files
mis-formatted yml stuff (Azure#18349)
1 parent 1cc68c6 commit 4956464

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/pipelines/templates/steps/verify-autorest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ steps:
5858
5959
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}:
6060
- template: /eng/common/pipelines/templates/steps/create-pull-request.yml
61-
# # displayName: Create PR for ${{ ServiceDirectory }}
62-
# condition: and(ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal'))
6361
parameters:
6462
CommitMsg: "Regenerated code from nightly builds"
6563
PRTitle: "Automated autorest generation"
66-
PRBranchName: 'autorest-${{ ServiceDirectory }}'
64+
PRBranchName: 'autorest-${{ parameters.ServiceDirectory }}'

0 commit comments

Comments
 (0)