Skip to content

Commit

Permalink
chore(ci): Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 3, 2021
1 parent 6b6c5c2 commit 94dc54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Prettier
uses: gulpjs/prettier_action@v3.0
with:
commit_message: 'Build: Run prettier'
commit_message: 'chore: Run prettier'
prettier_options: '--write .'

test:
Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.0
with:
github-token: ${{ secrets.github_token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 94dc54f

Please sign in to comment.