We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bcb80 commit 747be5fCopy full SHA for 747be5f
.github/workflows/trigger-update-galleries-pipeline.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: Azure/[email protected]
15
with:
16
- azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/_git/AzureDataStudio'
+ azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/AzureDataStudio'
17
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
0 commit comments