Skip to content

Commit

Permalink
fix js syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 15, 2023
1 parent 8f96d23 commit 4ea1fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
});
Expand Down

0 comments on commit 4ea1fa2

Please sign in to comment.