Skip to content

Commit

Permalink
Update prettier.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Jan 25, 2024
1 parent 73c68a9 commit 742dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742dc58

Please sign in to comment.