File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868 with :
6969 script : |
7070 const prNumbers = ${{ steps.pr-results.outputs.result }};
71- const commentBody = ' A commit was made that fixes a Trac ticket referenced in the description of this pull request.
71+ const commentBody = ` A commit was made that fixes a Trac ticket referenced in the description of this pull request.
7272
7373 SVN changeset: [${{ steps.git-svn-id.outputs.svn_revision_number }}](https://core.trac.wordpress.org/changeset/${{ steps.git-svn-id.outputs.svn_revision_number }})
7474 GitHub changeset: ${{ github.sha }}
7575
76- This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.' ;
76+ This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.` ;
7777
7878 for (const prNumber of prNumbers) {
7979 await github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments