From 3f256b2b0a8d3aa345deaee1c02eb19a1a074a40 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 8 Nov 2023 14:24:15 +0100 Subject: [PATCH] docs: add PGP tag input arguments --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c20c412..26b6ae6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Simple (docker-based) GitHub action that can be used to create/update a tag and **Optional**. It's no need to specify it if you use checkout@v2. Required for checkout@v1 action. +### `gpg_private_key` + +**Optional**. Specifies the GPG private key to sign the tag with. Default: `""`. + +### `gpg_passphrase` + +**Optional**. Specifies the GPG passphrase to sign the tag with. Default: `""`. + ## Outputs ### `tag_exists`