Skip to content

Commit de4af3a

Browse files
committed
add back pipeline step
1 parent 833075b commit de4af3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/trigger-update-galleries-pipeline.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
trigger-update-galleries:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: 'print GITHUB_REF_NAME'
14+
- name: 'Print triggering branch name'
1515
run: echo "GITHUB_REF_NAME IS $GITHUB_REF_NAME"
1616

17-
# - uses: Azure/[email protected]
18-
# with:
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}' # optional stringified json
17+
- uses: Azure/[email protected]
18+
with:
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

0 commit comments

Comments
 (0)