From 4eb5c87b7094537949e538da88d16d272b7c67f0 Mon Sep 17 00:00:00 2001 From: Jared Petersen Date: Sun, 10 May 2020 12:57:50 -0700 Subject: [PATCH] fixed gpg private key description in action.yml --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a468b5fb..422d29ce 100644 --- a/action.yml +++ b/action.yml @@ -37,8 +37,7 @@ inputs: description: 'Path to where the settings.xml file will be written. Default is ~/.m2.' required: false gpg-private-key: - description: 'Environment variable name for the GPG private key to import. Default is - $GPG_PRIVATE_KEY.' + description: 'GPG private key to import. Default is empty string.' required: false gpg-passphrase: description: 'Environment variable name for the GPG private key passphrase. Default is