Skip to content

Commit ceb13f3

Browse files
committed
Fix variable name
1 parent 4654db5 commit ceb13f3

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
@@ -19,4 +19,4 @@ jobs:
1919
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries'
2020
azure-pipeline-name: 'Update AzureDataStudio Extensions Gallery' # name of the Azure pipeline to be triggered
2121
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
22-
azure-pipeline-variables: '{"triggeringBranch": $GITHUB_REF_NAME}' # pass branch name to pipeline
22+
azure-pipeline-variables: '{"githubBranch": "$GITHUB_REF_NAME"}' # pass branch name to pipeline

0 commit comments

Comments
 (0)