Skip to content

Commit

Permalink
fix: correct the trigger example
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed Nov 22, 2024
1 parent 669af0f commit 3ceaa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/minio/Trigger.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tasks:
- id: each
type: io.kestra.plugin.core.flow.EachSequential
type: io.kestra.plugin.core.flow.ForEach
values: "{{ trigger.objects | jq('.[].uri') }}"
tasks:
- id: return
Expand Down

0 comments on commit 3ceaa27

Please sign in to comment.