Update README.md
This commit is contained in:
parent
7c306c42a5
commit
2899af9b75
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
||||
* * *
|
||||
### ♻️ Scenarios
|
||||
|
||||
## ♻️ Scenarios
|
||||
|
||||
### `1️⃣ Minimal`
|
||||
|
||||
#### Commit and Push with `default` parameters
|
||||
#### `1️⃣ Minimal`: Commit and Push with `default` parameters
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
|
@ -31,9 +27,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:
|
||||
|
|
Loading…
Add table
Reference in a new issue