Skip to content

Commit

Permalink
Merge pull request #28 from shrutimantri/correct-example
Browse files Browse the repository at this point in the history
fix: correct the trigger example
  • Loading branch information
wrussell1999 authored Nov 22, 2024
2 parents 669af0f + 3ceaa27 commit 379a37b
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 379a37b

Please sign in to comment.