Skip to content

Commit 1befbb4

Browse files
committed
Fix error.
Fixes #62811. git-svn-id: https://develop.svn.wordpress.org/trunk@59634 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c554310 commit 1befbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-pulls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)