Skip to content

Commit

Permalink
fix(examples): correct the plugin type with the renamed plugin (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Jun 19, 2024
1 parent 7064bd2 commit 7f8bcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
" type: io.kestra.plugin.core.trigger.Webhook",
" key: 4wjtkzwVGBM9yKnjm3yv8r",
" conditions:",
" - type: io.kestra.plugin.core.condition.VariableCondition",
" - type: io.kestra.plugin.core.condition.ExpressionCondition",
" expression: \"{{ trigger.body.hello == 'world' }}\""
},
full = true
Expand Down

0 comments on commit 7f8bcdf

Please sign in to comment.