Skip to content

Commit

Permalink
Merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Mar 15, 2021
2 parents 3a01efa + 87ca80e commit 5c46be6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:

- template: /eng/common/pipelines/templates/steps/git-push-changes.yml
parameters:
PRBranchName: 'master-rdme'
PRBranchName: 'master'
CommitMsg: "Update docs metadata and targeting for release of ${{ parameters.ArtifactName }}"
RepoName: ${{ parameters.TargetDocRepoName }}
RepoOwner: ${{ parameters.TargetDocRepoOwner }}
Expand Down Expand Up @@ -121,7 +121,7 @@ steps:
GH_TOKEN: $(azuresdk-github-pat)
- template: /eng/common/pipelines/templates/steps/git-push-changes.yml
parameters:
PRBranchName: 'master-rdme'
PRBranchName: 'master'
CommitMsg: "Update docs metadata and targeting for release of ${{ parameters.ArtifactName }}"
RepoName: ${{ parameters.TargetDocRepoName }}
RepoOwner: ${{ parameters.TargetDocRepoOwner }}
Expand Down

0 comments on commit 5c46be6

Please sign in to comment.