diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index a395b08..ef43156 100644 --- a/.github/workflows/cc.yml +++ b/.github/workflows/cc.yml @@ -15,6 +15,6 @@ jobs: uses: creyD/prettier_action@master with: branch: ${{ github.head_ref }} - prettier_options: "--write '**/*.js'" + prettier_options: '--write **/*.js' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}