Skip to content

Commit a73a513

Browse files
Fix actions syntax: use square brackets instead of curly braces
1 parent 9a22b8a commit a73a513

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ HostedService model::AdvancedHostedService
4949
documentation: 'Advanced hosted service with post-deployment actions';
5050
autoActivateUpdates: true;
5151
actions:
52-
{
52+
[
5353
SlackNotify
54-
{
54+
[
5555
channel: '#deployments';
5656
message: 'Hosted service has been deployed';
57-
}
58-
}
57+
]
58+
]
5959
}

0 commit comments

Comments
 (0)