Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kisantia committed Mar 26, 2024
1 parent 4654db5 commit ceb13f3
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 @@ -19,4 +19,4 @@ jobs:
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries'
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": $GITHUB_REF_NAME}' # pass branch name to pipeline
azure-pipeline-variables: '{"githubBranch": "$GITHUB_REF_NAME"}' # pass branch name to pipeline

0 comments on commit ceb13f3

Please sign in to comment.