From 4e8f00d487f031597a152cbd0fd20eccb0108281 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 1 Apr 2024 19:56:31 +0900 Subject: [PATCH] chore: removed spaces --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 69f30761..a5e7c91f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,7 +57,7 @@ jobs: script: | const { owner, repo } = context.repo; const sha = "${{ github.event.workflow_run.head_sha }}"; - + const response = await github.rest.search.issuesAndPullRequests({ q: `repo:${owner}/${repo} is:pr sha:${sha}`, per_page: 1,