Skip to content

Commit 3d09373

Browse files
committedFeb 22, 2018
fix typo in slack task example
1 parent 73e061b commit 3d09373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/slack/concord.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ flows:
55
channelId: "C5W9ELY7Q"
66
text: "Process ${txId} is completed"
77
username: "my bot"
8-
icon_emoji: ":chart_with_upwards_trend:"
8+
iconEmoji: ":chart_with_upwards_trend:"
99
attachments:
1010
- fallback: "Book your flights at https://flights.example.com/book/r123456"
1111
actions:
1212
- type: "button"
1313
text: "Book flights"
1414
url: "https://flights.example.com/book/r123456"
1515

16-
- log: notified
16+
- log: notified

0 commit comments

Comments
 (0)
Please sign in to comment.