Skip to content

Commit

Permalink
fix wrong semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 14, 2023
1 parent c23bbbf commit 11553a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ 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 [here](${ARTIFACT_URL}) or install it by running the following command: \n\`\`\`bash\nnpm install ${ARTIFACT_URL})\n\`\`\``;
})
body: `Hey there! I just built a new temporary npm package based on ${{ github.event.pull_request.head.sha }}. You can download it [here](${ARTIFACT_URL}) or install it by running the following command: \n\`\`\`bash\nnpm install ${ARTIFACT_URL})\n\`\`\``
});

0 comments on commit 11553a5

Please sign in to comment.