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