diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 41785b4..f8bd1b1 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -11,9 +11,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 - name: Prettify code uses: creyD/prettier_action@v3.1