We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79ecf2 commit 0c27728Copy full SHA for 0c27728
.github/workflows/trigger-update-galleries-pipeline.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: Azure/[email protected]
15
with:
16
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries'
17
- azure-pipeline-name: 'Update_AzureDataStudio_Extensions_Gallery' # name of the Azure pipeline to be triggered
+ azure-pipeline-name: 'Update AzureDataStudio Extensions Gallery' # name of the Azure pipeline to be triggered
18
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
19
azure-pipeline-variables: '{"triggeringBranch": "kisantia/galleriesPipelineTest"}' # optional stringified json
20
0 commit comments