Update README.md

This commit is contained in:
Guillaume Falourd 2021-10-21 15:43:07 -03:00 committed by GitHub
parent 7c306c42a5
commit 2899af9b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,9 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
⚠️ The [`actions/checkout`](https://github.com/marketplace/actions/checkout) is mandatory to use this action, as it will be necessary to access the repository files. ⚠️ The [`actions/checkout`](https://github.com/marketplace/actions/checkout) is mandatory to use this action, as it will be necessary to access the repository files.
* * * ### ♻️ Scenarios
## ♻️ Scenarios #### `1⃣ Minimal`: Commit and Push with `default` parameters
### `1⃣ Minimal`
#### Commit and Push with `default` parameters
```yaml ```yaml
steps: steps:
@ -31,9 +27,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
- uses: GuillaumeFalourd/git-commit-push@v1 - uses: GuillaumeFalourd/git-commit-push@v1
``` ```
### `2⃣ Full` #### `2⃣ Full`: Commit and Push with `customized` parameters
#### Commit and Push with `customized` parameters
```yaml ```yaml
steps: steps: