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