skip to Main Content

Add azureSubscription in a "each" loop

I need to add the azureSubscription to my each loop which looks like this parameters: - name: info displayName: Information type: object default: info1: abc info2: 123 info3: hello steps: - checkout: none - ${{ each info in parameters.info }}:…

VIEW QUESTION
Back To Top
Search