Update README.md

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

View file

@ -12,13 +12,11 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
## 📚 Usage
### Requirements
### ⚠️ Requirements
⚠️ 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
#### `1⃣ Minimal`: Commit and Push with `default` parameters
### `1⃣ Minimal`: Commit and Push with `default` parameters
```yaml
steps:
@ -27,7 +25,7 @@ _**Note**: This action is supported on **all runners** operating systems (`ubunt
- uses: GuillaumeFalourd/git-commit-push@v1
```
#### `2⃣ Full`: Commit and Push with `customized` parameters
### `2⃣ Full`: Commit and Push with `customized` parameters
```yaml
steps: