Skip to content

Commit

Permalink
remove 'git' from url
Browse files Browse the repository at this point in the history
  • Loading branch information
kisantia committed Mar 22, 2024
1 parent b3bcb80 commit 747be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-update-galleries-pipeline.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: Azure/pipelines@v1.2
with:
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/_git/AzureDataStudio'
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/AzureDataStudio'
azure-pipeline-name: 'Update_AzureDataStudio_Extensions_Gallery' # name of the Azure pipeline to be triggered
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
azure-pipeline-variables: '{"triggeringBranch": "kisantia/galleriesPipelineTest"}' # optional stringified json
Expand Down

0 comments on commit 747be5f

Please sign in to comment.