diff --git a/README.md b/README.md index c56e16f..4843740 100644 --- a/README.md +++ b/README.md @@ -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: