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 05a1889 commit 4511203Copy full SHA for 4511203
src/Actions/WebhookAction.php
@@ -35,10 +35,7 @@ public function __invoke(): JsonResponse
35
return $validationResponse;
36
}
37
38
- $message = view(
39
- 'github-project::md.comment',
40
- compact('payload')
41
- )->render();
+ $message = view('github-project::md.comment', compact('payload'))->render();
42
43
$this->webhookService->commentOnNode((string) $payload['projects_v2_item']['content_node_id'], $message);
44
0 commit comments