diff --git a/.github/workflows/trigger-update-galleries-pipeline.yml b/.github/workflows/trigger-update-galleries-pipeline.yml index 3ec8b4b7ca84..bfc1e414772e 100644 --- a/.github/workflows/trigger-update-galleries-pipeline.yml +++ b/.github/workflows/trigger-update-galleries-pipeline.yml @@ -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