mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-05 21:25:50 -05:00
Merge pull request #154 from dtan4/action-metadata-name-output
Add `name` output to action metadata
This commit is contained in:
commit
8f3cbddd53
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue