Skip to content

Commit

Permalink
build.yml: Add missing comma to github.rest.issues.createComment
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 25, 2024
1 parent 0675b63 commit b083a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
with:
script: |
github.rest.issues.createComment({
issue_number: ${{ github.event.pull_request.number }}
issue_number: ${{ github.event.pull_request.number }},
owner: context.repo.owner,
repo: context.repo.repo,
body: process.env.PR_NOTES
Expand Down

0 comments on commit b083a33

Please sign in to comment.