chore: fixing docs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-08-11 12:16:48 +02:00
parent 5b0b80f395
commit 027cad759b
@@ -519,7 +519,7 @@ Examples:
each: ['apples', 'oranges']
input:
values:
fruit: ${{ each}}
fruit: ${{ each.value }}
```
```yaml