From ba62f7f4d61e97b24a6bccb53a3f0aeaecb46aae Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 21 Oct 2021 15:55:26 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4843740..cfcc9e2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Field | Mandatory | Default Value | Observation **commit_message** | NO | `Commit performed using Push and Commit action` | Commit message **target_branch** | NO | `${{ github.ref }}` | Branch to push the changes back **files** | NO | `.` | Files to add separated by space
_e.g: `file1 file2 directory1 directory2/file3`_ -**remote_repository** | NO | `origin` | Repository to push the code +**remote_repository** | NO | `origin` | Repository url 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 | `0` | Whether to perform force push **empty** | NO | `0` | Whether to allow empty commit