diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 51699b4a..2797050b 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -79,7 +79,7 @@ jobs: - Use backticks to quote code variables so as to not bloat the \`wordlist\`. `; - github.issues.createComment({ + github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo,