Update README.md
This commit is contained in:
parent
f03bfee96f
commit
56985c46b9
1 changed files with 2 additions and 2 deletions
|
@ -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.1
|
- uses: GuillaumeFalourd/git-commit-push@v1.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### `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.1
|
- uses: GuillaumeFalourd/git-commit-push@v1.2
|
||||||
with:
|
with:
|
||||||
email: ${{ github.actor }}@users.noreply.github.com
|
email: ${{ github.actor }}@users.noreply.github.com
|
||||||
name: ${{ github.actor }}
|
name: ${{ github.actor }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue