We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9a8bc commit d0fc8c1Copy full SHA for d0fc8c1
1 file changed
src/parallel_iteration.workflows.yaml
@@ -21,7 +21,7 @@ main:
21
- total: 0
22
- countComments:
23
parallel:
24
- shared: [total]
+ shared: [total] # allows child branch to write to this variable
25
for:
26
value: postId
27
in: ${args.posts}
0 commit comments