From 3ec3f1b1caa50cae34a990c1161481d47e628f4e Mon Sep 17 00:00:00 2001 From: uwoobeat Date: Fri, 24 Nov 2023 16:39:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=A4=84=EB=B0=94=EA=BF=88=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/project_automation.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index 9d08856df..06fc94998 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -97,9 +97,5 @@ jobs: projectV2Item { id } - }' - -f project=$PROJECT_ID - -f item=$ITEM_ID - -f status_field=$STATUS_FIELD_ID - -f status_value=$PENDING_OPTION_ID - --silent + } + }' -f project=$PROJECT_ID -f item=$ITEM_ID -f status_field=$STATUS_FIELD_ID -f status_value=$PENDING_OPTION_ID --silent