Update README.md

This commit is contained in:
Guillaume Falourd 2021-12-21 10:15:17 -03:00 committed by GitHub
parent ba35a84a0d
commit 7272819144
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:
- uses: actions/checkout@v2.3.4
# [...] --> steps with actions or commands updating repository files
- uses: GuillaumeFalourd/git-commit-push@v1
- uses: GuillaumeFalourd/git-commit-push@v1.1
```
### `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
- uses: GuillaumeFalourd/git-commit-push@v1.1
with:
email: ${{ github.actor }}@users.noreply.github.com
name: ${{ github.actor }}