diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index ba5869d7..b4a1835f 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -34,7 +34,7 @@ jobs: if: failure() with: script: | - github.pulls.createComment({ + github.rest.pulls.createComment({ pull_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo,