diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9440930..df5ae06 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,7 +14,7 @@ jobs: - name: Prettify the JS Code uses: creyD/prettier_action@master with: - prettier_options: --no-semi --write src/**/*.js + prettier_options: '--no-semi --write src/**/*.js' branch: ${{ github.head_ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}