From 742dc58841d39312e1bbc4291b75f54d0d74dbca Mon Sep 17 00:00:00 2001 From: FineArchs <133759614+FineArchs@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:17:57 +0900 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 77a6016..30076c2 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -30,7 +30,7 @@ jobs: git commit -m"prettier $BASE_BRANCH" git branch -m $HEAD_BRANCH git push -f -u origin $HEAD_BRANCH - PRS=$(gh pr list --json id -head $HEAD_BRANCH -s open) + PRS=$(gh pr list --json id -H $HEAD_BRANCH -s open) if [ "$PRS" == '[]' ] then gh pr create --base $BASE_BRANCH --fill --label bot