From 3ccb07cca2d50d95e8edfb9290e4c16d03c0dee0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 21 Oct 2021 15:43:46 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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: