We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a766ba0 commit 4672020Copy full SHA for 4672020
docs/pipelines/process/includes/parameter-data-types.md
@@ -101,6 +101,6 @@ jobs:
101
102
- job: stringList # Define a job named 'stringList'
103
steps:
104
- - ${{ each region in parameters.myStringlist}}:
+ - ${{ each region in parameters.myStringlist }}:
105
- script: echo ${{region}}
106
```
0 commit comments