From 4759fd721dcf31a8ec880c9b5d466a291b26090d Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Fri, 2 Dec 2022 16:49:30 +0900 Subject: [PATCH] Add `name` output to action metadata --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 74b0e375..c81a2b7e 100644 --- a/action.yml +++ b/action.yml @@ -52,6 +52,8 @@ outputs: description: 'Fingerprint of the GPG key (recommended as user ID)' keyid: description: 'Low 64 bits of the X.509 certificate SHA-1 fingerprint' + name: + description: 'Name associated with the GPG key' email: description: 'Email address associated with the GPG key'