From 1072487f4a39ca663dd78e24d35357af45284e69 Mon Sep 17 00:00:00 2001 From: Kai Liao <140431279+kliao-csa@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:49:50 -0700 Subject: [PATCH] Update pull-request-suite.yaml --- .github/workflows/pull-request-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-suite.yaml b/.github/workflows/pull-request-suite.yaml index eb5f1403afbd4d..83ec4c8d0b69cd 100644 --- a/.github/workflows/pull-request-suite.yaml +++ b/.github/workflows/pull-request-suite.yaml @@ -34,6 +34,6 @@ jobs: gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - "/repos/project-chip/connectedhomeip/actions/workflows/Run misspell/runs" + /repos/project-chip/connectedhomeip/actions/workflows/spell/runs env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}