Skip to content

Commit

Permalink
fix(docs): correct the realtime trigger example
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored and fhussonnois committed May 31, 2024
1 parent 23527f5 commit 7323f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
message: "{{ trigger.value }}"
message: "{{ trigger.data }}"
triggers:
- id: realtime_trigger
Expand Down

0 comments on commit 7323f6f

Please sign in to comment.