From b60aaac66632f100ea85b623a35202c3c710e1e5 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 20 Sep 2019 21:21:03 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0a26db..22cc19c 100644 --- a/README.md +++ b/README.md @@ -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.0.0 +- uses: stefanzweifel/git-auto-commit-action@v2.1.0 with: commit_message: Apply automatic changes branch: ${{ github.head_ref }} @@ -59,7 +59,7 @@ jobs: uses: docker://oskarstark/php-cs-fixer-ga - name: Commit changed files - uses: stefanzweifel/git-auto-commit-action@v2.0.0 + uses: stefanzweifel/git-auto-commit-action@v2.1.0 with: commit_message: Apply php-cs-fixer changes branch: ${{ github.head_ref }}