mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 04:50:56 -05:00
Unfancy
This commit is contained in:
parent
07f2f56021
commit
2eb0d522f6
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -118,15 +118,15 @@ jobs:
|
|||
Following inputs can be used as `step.with` keys
|
||||
|
||||
| Name | Type | Description |
|
||||
|--------------------------------------|---------|------------------------------------------------|
|
||||
| `git_user_signingkey` | Bool | Set GPG signing keyID for this Git repository (default `false`) |
|
||||
| `git_commit_gpgsign` :pushpin: | Bool | Sign all commits automatically. (default `false`) |
|
||||
| `git_tag_gpgsign` :pushpin: | Bool | Sign all tags automatically. (default `false`) |
|
||||
| `git_push_gpgsign` :pushpin: | Bool | Sign all pushes automatically. (default `false`) |
|
||||
| `git_committer_name` :pushpin: | String | Set commit author's name (defaults to the name associated with the GPG key) |
|
||||
| `git_committer_email` :pushpin: | String | Set commit author's email (defaults to the email address associated with the GPG key) |
|
||||
|---------------------------------------|---------|------------------------------------------------|
|
||||
| `git_user_signingkey` | Bool | Set GPG signing keyID for this Git repository (default `false`) |
|
||||
| `git_commit_gpgsign`**¹** | Bool | Sign all commits automatically. (default `false`) |
|
||||
| `git_tag_gpgsign`**¹** | Bool | Sign all tags automatically. (default `false`) |
|
||||
| `git_push_gpgsign`**¹** | Bool | Sign all pushes automatically. (default `false`) |
|
||||
| `git_committer_name`**¹** | String | Set commit author's name (defaults to the name associated with the GPG key) |
|
||||
| `git_committer_email`**¹** | String | Set commit author's email (defaults to the email address associated with the GPG key) |
|
||||
|
||||
> :pushpin: `git_user_signingkey` needs to be enabled for these inputs to be used.
|
||||
> **¹** `git_user_signingkey` needs to be enabled for these inputs to be used.
|
||||
|
||||
### outputs
|
||||
|
||||
|
|
Loading…
Reference in a new issue