From 2eb0d522f656f16637e02a26b0da962d8f9c95ce Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 12 May 2020 20:59:41 +0200 Subject: [PATCH] Unfancy --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1f49508..f635abd 100644 --- a/README.md +++ b/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