Skip to content

Commit

Permalink
Update TriggerExtensionRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Apr 12, 2024
1 parent 1fdc5a6 commit 568794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TriggerExtensionRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
commit-id: ${{ github.sha }}
with:
inlineScript: |
az pipelines build queue --definition-id $ado-pipeline-id --organization $ado-org --project $ado-project --variables '{"commit_id": "$commit-id"}'
az pipelines build queue --definition-id ${{ env.ado-pipeline-id }} --organization ${{ env.ado-org }} --project ${{ env.ado-project }} --variables commit_id=${{ env.commit-id }}

0 comments on commit 568794d

Please sign in to comment.