We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4af3a commit 9db94c3Copy full SHA for 9db94c3
.github/workflows/trigger-update-galleries-pipeline.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: Azure/[email protected]
18
with:
19
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries'
20
- azure-pipeline-name: 'Update AzureDataStudio Extensions Gallery' # name of the Azure pipeline to be triggered
+ azure-pipeline-name: 'SqlOpsStudioExtensions-Official' # name of the Azure pipeline to be triggered
21
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
22
azure-pipeline-variables: '{triggeringBranch": "$GITHUB_REF_NAME"}' # pass branch name to pipeline
0 commit comments