From d3959009585fc69956e41539c1710bb89f45ac2c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Oct 2021 15:33:33 -0300 Subject: [PATCH] update inputs descriptions Signed-off-by: GuillaumeFalourd --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd7ae51..79c58ea 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ Field | Mandatory | Default Value | Observation **files** | NO | `.` | Files to add separated by space
_e.g: `file1 file2 directory1 directory2/file3`_ **remote_repository** | NO | `origin` | Repository to push the code **access_token** | NO | `${{ github.token }}` | [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) is necessary if push to another repository -**force** | NO | | Whether to perform force push -**empty** | NO | | Whether to allow empty commit -**tags** | NO | | Whether to use --tags +**force** | NO | `0` | Whether to perform force push +**empty** | NO | `0` | Whether to allow empty commit +**tags** | NO | `0` | Whether to use --tags * * *