update inputs descriptions
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
2336a1e480
commit
e57c567520
2 changed files with 2 additions and 2 deletions
|
@ -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`_
|
**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`_
|
**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
|
**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 to push the code
|
||||||
|
|
|
@ -14,7 +14,7 @@ inputs:
|
||||||
commit_message:
|
commit_message:
|
||||||
description: Commit message
|
description: Commit message
|
||||||
required: true
|
required: true
|
||||||
default: Automatically updated using Push and Commit action
|
default: Commit performed using Push and Commit action
|
||||||
target_branch:
|
target_branch:
|
||||||
description: Branch to push the changes back to
|
description: Branch to push the changes back to
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue