From 4c59bfd0243598ad3ac5a25c3230b4b61fbec7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Thu, 19 Oct 2023 10:38:47 +0200 Subject: [PATCH] Remove "identifier" variable --- .github/workflows/preview-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-comment.yml b/.github/workflows/preview-comment.yml index 0b54e2c76ac6f..f815470dbcccd 100644 --- a/.github/workflows/preview-comment.yml +++ b/.github/workflows/preview-comment.yml @@ -14,7 +14,7 @@ jobs: github-token: ${{secrets.GITHUB_TOKEN}} script: | const previewLink = `https://playground.wordpress.net/wordpress.html?pr=${context.issue.number}`; - const issueComment = `${identifier}\nPreview link: [${previewLink}](${previewLink})`; + const issueComment = `Preview link: [${previewLink}](${previewLink})`; github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner,