Skip to content

Commit

Permalink
fix trigger dependencies yaml (#1276)
Browse files Browse the repository at this point in the history
Fixed wrong indentation in the yaml spec :)

Signed-off-by: roi.kramer <roi.kramer@codefresh.io>
  • Loading branch information
roi-codefresh committed Jul 14, 2021
1 parent 40f9a52 commit fa60ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sensors/trigger-conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
eventSourceName: webhook-a
eventName: example02
- name: dep03
eventSourceName: webhook-b
eventName: example03
eventSourceName: webhook-b
eventName: example03
triggers:
- template:
conditions: "dep02"
Expand Down

0 comments on commit fa60ca0

Please sign in to comment.