From 4ea1fa24f866b20c63d76ee7d7085b9d0baf1d98 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 15 Nov 2023 12:11:34 -0500 Subject: [PATCH] fix js syntax error --- .github/workflows/create-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 5168357e..cd5e0e4a 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -65,7 +65,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - # body: "Hey there! I just built a new temporary npm package based on ${{ github.event.pull_request.head.sha }}. You can download it from [this page](${{ env.ARTIFACT_URL }}) and then install it by running the following command: \n```bash\nnpm install ${{ env.ARTIFACT_NAME }}\n```" + //body: "Hey there! I just built a new temporary npm package based on ${{ github.event.pull_request.head.sha }}. You can download it from [this page](${{ env.ARTIFACT_URL }}) and then install it by running the following command: \n```bash\nnpm install ${{ env.ARTIFACT_NAME }}\n```" body: JSON.stringify(artifacts) });