Archived
1
0

Update cc.yml

This commit is contained in:
2020-01-24 19:41:40 +01:00
parent 34c60e7760
commit 10bf5c0912

View File

@@ -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 }}