Skip to content

Commit

Permalink
add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Oct 14, 2020
1 parent 138fe9b commit a5a7bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- template: ../../../common/pipelines/templates/steps/verify-links.yml
parameters:
Directory: ''
Urls: (git diff $(System.PullRequest.TargetBranch) HEAD --name-only -- *.md)
Urls: (git diff origin/$(System.PullRequest.TargetBranch) HEAD --name-only -- *.md)
CheckLinkGuidance: $true

- ${{ each artifact in parameters.Artifacts }}:
Expand Down

0 comments on commit a5a7bb4

Please sign in to comment.