From: Soeren Apel Date: Sun, 25 Aug 2024 17:39:34 +0000 (+0200) Subject: build.yml: Add missing comma to github.rest.issues.createComment X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=b083a33ea198adf12a499d6c72b80676e5d60894;p=sigrok-build.git build.yml: Add missing comma to github.rest.issues.createComment --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f2b75a..e0a315c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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