From 56985c46b9814e899b6f136969ef48da49ffcfec Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 6 Jan 2022 22:50:27 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aaa628..adfbc45 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt steps: - uses: actions/checkout@v2.3.4 # [...] --> steps with actions or commands updating repository files - - uses: GuillaumeFalourd/git-commit-push@v1.1 + - uses: GuillaumeFalourd/git-commit-push@v1.2 ``` ### `2️⃣ Full`: Commit and Push with `customized` parameters @@ -33,7 +33,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt steps: - uses: actions/checkout@v2.3.4 # [...] --> steps with actions or commands updating repository files - - uses: GuillaumeFalourd/git-commit-push@v1.1 + - uses: GuillaumeFalourd/git-commit-push@v1.2 with: email: ${{ github.actor }}@users.noreply.github.com name: ${{ github.actor }}