Skip to content

Commit

Permalink
Remove "identifier" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Oct 19, 2023
1 parent b69f9cb commit 4c59bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c59bfd

Please sign in to comment.