We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef5bb1 commit 52950a7Copy full SHA for 52950a7
lib/action.ml
@@ -198,8 +198,8 @@ module Action (Github_api : Api.Github) (Slack_api : Api.Slack) = struct
198
let repo = Github.repo_of_notification notification in
199
match%lwt Github_api.get_config ~ctx ~repo with
200
| Ok config ->
201
- Context.print_config ctx;
202
ctx.config <- Some config;
+ Context.print_config ctx;
203
Lwt.return @@ Ok ()
204
| Error e -> action_error e
205
in
0 commit comments