From 524ea2f3c0574cde2862ff2b39d054417a9ea202 Mon Sep 17 00:00:00 2001 From: Kai Liao <140431279+kliao-csa@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:48:45 -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 5c56dbd52525e6..eb5f1403afbd4d 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/Run misspell/runs" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}