From 51934176d5980ded426eddf14c8468b310bd329e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Tadeucci?= Date: Tue, 6 Jun 2023 19:36:41 -0300 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 052f8232..fa81933c 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -10,8 +10,8 @@ jobs: with: ref: ${{ github.head_ref }} - uses: actionsx/prettier@v2 - with: - args: --write . + with: + args: --write . - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: