Update README.md
This commit is contained in:
parent
3ccb07cca2
commit
ba62f7f4d6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Field | Mandatory | Default Value | Observation
|
||||||
**commit_message** | NO | `Commit performed using Push and Commit action` | Commit message
|
**commit_message** | NO | `Commit performed using Push and Commit action` | Commit message
|
||||||
**target_branch** | NO | `${{ github.ref }}` | Branch to push the changes back
|
**target_branch** | NO | `${{ github.ref }}` | Branch to push the changes back
|
||||||
**files** | NO | `.` | Files to add separated by space <br/> _e.g: `file1 file2 directory1 directory2/file3`_
|
**files** | NO | `.` | Files to add separated by space <br/> _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
|
**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
|
**force** | NO | `0` | Whether to perform force push
|
||||||
**empty** | NO | `0` | Whether to allow empty commit
|
**empty** | NO | `0` | Whether to allow empty commit
|
||||||
|
|
Loading…
Add table
Reference in a new issue