From 018b966d956bfba1d3453b9f53f390d4411b2be6 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 1 Apr 2024 20:07:01 +0900 Subject: [PATCH] chore: removed spaces --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85f730f5..4b23b36a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,12 +70,12 @@ jobs: } const issue_number = items[0].number; console.info('Pull request number is', issue_number); - + if (!issue_number) { console.log('Action not triggered from an issue, skipping.'); return; } - + // Fetch existing comments on the issue const comments = await github.rest.issues.listComments({ owner,