File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11@include (' github-project::md.shared.content' , compact (' payload' ) )
2-
32@include (' github-project::md.shared.author' , [
43 ' name' => $payload [' sender' ][' login' ] ?? ' Unknown' ,
54 ' html_url' => $payload [' sender' ][' html_url' ] ?? ' #'
Original file line number Diff line number Diff line change 1+ `
12Made changes by: [{{ $name } } ]({{ $html_url } } )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function handle(): void
4343 Cache::forget ($ commentAggregationCacheKey );
4444 Cache::forget ($ commentAggregationCacheKey .'_author ' );
4545
46- $ message .= ' \n\n ' . view (
46+ $ message .= view (
4747 'github-project::md.shared.author ' ,
4848 ['name ' => $ author ['name ' ], 'html_url ' => $ author ['html_url ' ]]
4949 )->render ();
You can’t perform that action at this time.
0 commit comments