File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ jobs:
190190 issues : write
191191 pull-requests : write
192192 if : >
193- github.repository == 'WordPress/wordpress-develop' &&
194193 github.event.workflow_run.event == 'pull_request' &&
195194 github.event.workflow_run.name == 'Check Built Files (PRs)' &&
196195 github.event.workflow_run.conclusion == 'success'
@@ -269,7 +268,7 @@ jobs:
269268 }
270269 };
271270
272- commentInfo.body = ' ## Build Server Comparison' ;
271+ commentInfo.body = " ## Build Server Comparison\n\n" ;
273272
274273 // Post or update the comment.
275274 if ( fileChanges.trim() === '' ) {
@@ -313,7 +312,7 @@ jobs:
313312 </details>`;
314313 }
315314
316- commentInfo.body += `[Download the complete .diff file from the workflow run](https://github.com/${ context.repo.owner }/${ context.repo.repo }/actions/runs/${ context.payload.workflow_run.id }).`;
315+ commentInfo.body += `\n\n [Download the complete .diff file from the workflow run](https://github.com/${ context.repo.owner }/${ context.repo.repo }/actions/runs/${ context.payload.workflow_run.id }).`;
317316 }
318317
319318 if ( commentInfo.comment_id ) {
You can’t perform that action at this time.
0 commit comments