Release v2.5.0

This commit is contained in:
Stefan Zweifel
2019-12-18 11:59:49 +01:00
parent d625ec8b28
commit 6d7a33192e
2 changed files with 11 additions and 3 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.
```yaml
- uses: stefanzweifel/git-auto-commit-action@v2.4.0
- uses: stefanzweifel/git-auto-commit-action@v2.5.0
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
@@ -66,7 +66,7 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga
- name: Commit changed files
uses: stefanzweifel/git-auto-commit-action@v2.4.0
uses: stefanzweifel/git-auto-commit-action@v2.5.0
with:
commit_message: Apply php-cs-fixer changes
branch: ${{ github.head_ref }}