mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-12-26 04:52:08 -05:00
Add name
output to action metadata
This commit is contained in:
parent
4793705041
commit
4759fd721d
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ outputs:
|
||||||
description: 'Fingerprint of the GPG key (recommended as user ID)'
|
description: 'Fingerprint of the GPG key (recommended as user ID)'
|
||||||
keyid:
|
keyid:
|
||||||
description: 'Low 64 bits of the X.509 certificate SHA-1 fingerprint'
|
description: 'Low 64 bits of the X.509 certificate SHA-1 fingerprint'
|
||||||
|
name:
|
||||||
|
description: 'Name associated with the GPG key'
|
||||||
email:
|
email:
|
||||||
description: 'Email address associated with the GPG key'
|
description: 'Email address associated with the GPG key'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue