Skip to content

Commit

Permalink
ci: use stefanzweifel/git-auto-commit-action@v4.0.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Mar 4, 2020
1 parent 5ea7112 commit c8315c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix

- uses: stefanzweifel/git-auto-commit-action@v2.1.0
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
with:
commit_message: "style: resolve style guide violations"
branch: ${{ github.head_ref }}
Expand Down

0 comments on commit c8315c6

Please sign in to comment.