ci: fix github script

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-11-21 14:58:43 +01:00
parent d40d641ca7
commit 3af2656355
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,

View file

@ -10,7 +10,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,