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 6f06276 commit a766ba0Copy full SHA for a766ba0
docs/pipelines/process/includes/parameter-data-types.md
@@ -99,7 +99,7 @@ jobs:
99
steps:
100
- ${{ parameters.myStep }} # Use the step from the 'myStep' parameter
101
102
-- job: stringList # Define a job named 'myStep'
+- job: stringList # Define a job named 'stringList'
103
104
- ${{ each region in parameters.myStringlist}}:
105
- script: echo ${{region}}
0 commit comments