From 882b7278eb3db551d1fa21bebb4098cee370444a Mon Sep 17 00:00:00 2001 From: rahul Date: Thu, 4 Apr 2024 22:09:41 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(Spell=20check):=20Upgrade=20?= =?UTF-8?q?to=20github-scripts@v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,