Skip to content

Commit 747be5f

Browse files
committed
remove 'git' from url
1 parent b3bcb80 commit 747be5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-update-galleries-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: Azure/[email protected]
1515
with:
16-
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/_git/AzureDataStudio'
16+
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/AzureDataStudio'
1717
azure-pipeline-name: 'Update_AzureDataStudio_Extensions_Gallery' # name of the Azure pipeline to be triggered
1818
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
1919
azure-pipeline-variables: '{"triggeringBranch": "kisantia/galleriesPipelineTest"}' # optional stringified json

0 commit comments

Comments
 (0)