Skip to content

Commit aa2300e

Browse files
Fix SlackNotify action syntax: use curly braces for action body
1 parent a73a513 commit aa2300e

File tree

1 file changed

+2
-2
lines changed
  • showcases/data/Lambda/Activator - Hosted service

1 file changed

+2
-2
lines changed

showcases/data/Lambda/Activator - Hosted service/code.pure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ HostedService model::AdvancedHostedService
5151
actions:
5252
[
5353
SlackNotify
54-
[
54+
{
5555
channel: '#deployments';
5656
message: 'Hosted service has been deployed';
57-
]
57+
}
5858
]
5959
}

0 commit comments

Comments
 (0)