azure-pipeline-variables: '{"variable1": "value1", "variable2": "value2"}' Not working
- Dominant language
- TypeScript
- Stars
- 85
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I was trying to use azure pass pipeline variables from github actions, Though I am not seeing any error on Github actions side the azure pipeline is not receiving the variables that I set.
deploy-using-azure-pipelines:
needs: build-and-package
runs-on: ubuntu-latest
steps:
- name: 'Trigger an Azure Pipeline to deploy the app to ARO'
uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/OrganizationName/ProjectName'
azure-pipeline-name: 'digital-webapp'
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'
azure-pipeline-variables: '{ "totalVal": ${{env.TOTAL_COUNT}} , "stage": ${{env.STAGE}} }'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.