From 012c21ec815627f63a389fd997ead8f772281d51 Mon Sep 17 00:00:00 2001 From: Jared Petersen Date: Wed, 15 Jul 2020 21:29:50 -0600 Subject: [PATCH] fixed gpg passhprase default --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 553ff78..7457268 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,6 @@ inputs: description: 'Environment variable name for the GPG private key passphrase. Default is $GPG_PASSPHRASE.' required: false - default: 'GPG_PASSHPRASE' outputs: path: description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'