update inputs descriptions

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
GuillaumeFalourd 2021-10-21 15:33:04 -03:00
parent 2336a1e480
commit e57c567520
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Field | Mandatory | Default Value | Observation
------------ | ------------ | ------------- | -------------
**email** | NO | `${{ github.actor }}@users.noreply.github.com` | Github user email <br/> _e.g: `octocat@github.com`_
**name** | NO | `${{ github.actor }}` | Github username <br/> _e.g: `octocat`_
**commit_message** | NO | | 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
**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

View file

@ -14,7 +14,7 @@ inputs:
commit_message:
description: Commit message
required: true
default: Automatically updated using Push and Commit action
default: Commit performed using Push and Commit action
target_branch:
description: Branch to push the changes back to
required: true