Update README.md

This commit is contained in:
Guillaume Falourd 2022-01-07 10:23:38 -03:00 committed by GitHub
parent 3bc2c10728
commit cde2820799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
# [...] --> steps with actions or commands updating repository files # [...] --> steps with actions or commands updating repository files
- uses: GuillaumeFalourd/git-commit-push@v1.2 - uses: GuillaumeFalourd/git-commit-push@v1.3
``` ```
### `2⃣ Full`: Commit and Push with `customized` parameters ### `2⃣ Full`: Commit and Push with `customized` parameters
@ -33,7 +33,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
# [...] --> steps with actions or commands updating repository files # [...] --> steps with actions or commands updating repository files
- uses: GuillaumeFalourd/git-commit-push@v1.2 - uses: GuillaumeFalourd/git-commit-push@v1.3
with: with:
email: ${{ github.actor }}@users.noreply.github.com email: ${{ github.actor }}@users.noreply.github.com
name: ${{ github.actor }} name: ${{ github.actor }}