Skip to content

Commit 9d84fb2

Browse files
committed
Update pr-validation.yml for Azure Pipelines
1 parent cbb7b47 commit 9d84fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- bash: |
2727
echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName)"
28-
az pipelines run --project 'IDDP' --id 2727 --branch 'ameyapat/clone-pr-hackathon' --organization 'https://identitydivision.visualstudio.com' --variables "source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)"
28+
az pipelines run --project 'IDDP' --id 2727 --branch 'ameyapat/clone-pr-hackathon' --organization 'https://identitydivision.visualstudio.com' --variables source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)
2929
displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
3030
env:
3131
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)

0 commit comments

Comments
 (0)