Skip to content

Commit

Permalink
ISSUE #5403 - read stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Charence committed Feb 14, 2025
1 parent 30c372c commit 4e6c8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/onPRClose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
- name: Set new branch name value
run: |
echo '##vso[task.setvariable variable=branchName]'$( echo ${{ github.head_ref || github.ref_name }} | sed "s/_/-/" | awk '{print tolower($0)}' )
id: getChartName
- name: Azure Pipelines Action
uses: Azure/[email protected]
with:
azure-devops-project-url: https://dev.azure.com/3drepo/3drepo.io
azure-pipeline-name: 'destroy'
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
azure-pipeline-variables: '{"branchName": "${{ branchName }}"}'
azure-pipeline-variables: '{"branchName": "${{ steps.getChartName.outputs.stdout }}"}'

0 comments on commit 4e6c8bc

Please sign in to comment.