Update README to latest version
This commit is contained in:
parent
f7e2c0f118
commit
d338d7dd00
@ -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.
|
Add the following step at the end of your job.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v2.3.0
|
- uses: stefanzweifel/git-auto-commit-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
commit_message: Apply automatic changes
|
commit_message: Apply automatic changes
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: docker://oskarstark/php-cs-fixer-ga
|
uses: docker://oskarstark/php-cs-fixer-ga
|
||||||
|
|
||||||
- name: Commit changed files
|
- name: Commit changed files
|
||||||
uses: stefanzweifel/git-auto-commit-action@v2.3.0
|
uses: stefanzweifel/git-auto-commit-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
commit_message: Apply php-cs-fixer changes
|
commit_message: Apply php-cs-fixer changes
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user