From fdbfce0aac3d66a2af6112439b9e2f67f921ebe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Tadeucci?= Date: Tue, 6 Jun 2023 19:28:00 -0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0360d859..0e501c9b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,4 +1,4 @@ -name: Format +name: Prettier on: pull_request: branches: [main] @@ -17,5 +17,5 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: - commit_message: Apply formatting changes + commit_message: Apply prettier changes branch: ${{ github.head_ref }}