From e8a2dc6bfd35e795a74eae519b2dff2de0e94bb6 Mon Sep 17 00:00:00 2001 From: Esurio Date: Thu, 23 May 2024 21:42:06 +0900 Subject: [PATCH] =?UTF-8?q?tab=E3=81=A8=E3=82=B9=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=81=8C=E6=B7=B7=E5=9C=A8=E3=81=97=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-cherrypick-js-autogen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-cherrypick-js-autogen.yml b/.github/workflows/check-cherrypick-js-autogen.yml index 285eb1ea28..d960785c09 100644 --- a/.github/workflows/check-cherrypick-js-autogen.yml +++ b/.github/workflows/check-cherrypick-js-autogen.yml @@ -64,9 +64,9 @@ jobs: const run_id = workflows.find(x => x.name.includes("Get api.json from CherryPick")).id; let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ - owner: context.repo.owner, - repo: context.repo.repo, - run_id: run_id, + owner: context.repo.owner, + repo: context.repo.repo, + run_id: run_id, }); let matchArtifacts = allArtifacts.data.artifacts.filter((artifact) => {