mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Release v4.2.0
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user