We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4654db5 commit ceb13f3Copy full SHA for ceb13f3
.github/workflows/trigger-update-galleries-pipeline.yml
@@ -19,4 +19,4 @@ jobs:
19
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries'
20
azure-pipeline-name: 'Update AzureDataStudio Extensions Gallery' # name of the Azure pipeline to be triggered
21
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
22
- 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 commit comments