This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
fix: Remove percentage and whitespace (#4922) #1570
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-dev | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
trigger-develop-build: | |
environment: Development | |
name: Call Azure Pipeline | |
runs-on: ubuntu-latest | |
steps: | |
- name: Azure Pipelines Action | |
uses: Azure/pipelines@v1 | |
with: | |
azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }} | |
azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME_DEV }} | |
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} |