Skip to content

Commit

Permalink
add back pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
kisantia committed Mar 26, 2024
1 parent 833075b commit de4af3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trigger-update-galleries-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
trigger-update-galleries:
runs-on: ubuntu-latest
steps:
- name: 'print GITHUB_REF_NAME'
- name: 'Print triggering branch name'
run: echo "GITHUB_REF_NAME IS $GITHUB_REF_NAME"

# - uses: Azure/pipelines@v1.2
# with:
# 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}' # optional stringified json
- uses: Azure/pipelines@v1.2
with:
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

0 comments on commit de4af3a

Please sign in to comment.