From 10bf5c0912b297a441e40eb201022b1129a527cd Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 19:41:40 +0100 Subject: [PATCH] Update cc.yml --- .github/workflows/cc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}