Skip to content

Commit

Permalink
Update README to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Nov 30, 2019
1 parent f7e2c0f commit d338d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
- uses: stefanzweifel/git-auto-commit-action@v2.4.0
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga
- name: Commit changed files
uses: stefanzweifel/git-auto-commit-action@v2.3.0
uses: stefanzweifel/git-auto-commit-action@v2.4.0
with:
commit_message: Apply php-cs-fixer changes
branch: ${{ github.head_ref }}
Expand Down

0 comments on commit d338d7d

Please sign in to comment.