From 0616960964e16d01b425c79c26e3bc242c12a93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gayoso=20Gonz=C3=A1lez?= Date: Thu, 6 Jul 2023 15:37:04 +0200 Subject: [PATCH] Fix form vue with prettier github action --- .github/workflows/format_vue_code.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/format_vue_code.yml b/.github/workflows/format_vue_code.yml index c751e79bd0..20e0f67fa6 100644 --- a/.github/workflows/format_vue_code.yml +++ b/.github/workflows/format_vue_code.yml @@ -9,9 +9,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - name: Prettify code uses: creyD/prettier_action@v4.3