Release v4.2.0

This commit is contained in:
Stefan Zweifel
2020-05-10 13:16:25 +02:00
parent c1a70c9013
commit c180c695f2
2 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github.
Add the following step at the end of your job, after other steps that might add or change files.
```yaml
- uses: stefanzweifel/git-auto-commit-action@v4.1.6
- uses: stefanzweifel/git-auto-commit-action@v4.2.0
with:
# Required
commit_message: Apply automatic changes
@@ -68,7 +68,7 @@ jobs:
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga
- uses: stefanzweifel/git-auto-commit-action@v4.1.6
- uses: stefanzweifel/git-auto-commit-action@v4.2.0
with:
commit_message: Apply php-cs-fixer changes
```