Skip to content

Commit

Permalink
Fix the post_result workflow with extra
Browse files Browse the repository at this point in the history
  • Loading branch information
emedvedev committed Apr 23, 2016
1 parent e77b201 commit 7e9aa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/chatops/actions/workflows/post_result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ chain:
parameters:
execution_id: "{{execution_id}}"
publish:
message: "{{format_execution_result.result.message}}"
extra: "{{format_execution_result.result.extra}}"
message: "{{format_execution_result.result.message[0]}}"
extra: "{% if 'extra' in format_execution_result.result %}{{format_execution_result.result.extra}}{% else %}{}{% endif %}"
on-success: "post_message"
-
name: "post_message"
Expand Down

0 comments on commit 7e9aa94

Please sign in to comment.