Skip to content

Commit

Permalink
Merge pull request #154 from dtan4/action-metadata-name-output
Browse files Browse the repository at this point in the history
Add `name` output to action metadata
  • Loading branch information
crazy-max committed Dec 21, 2022
2 parents d24371b + 4759fd7 commit 8f3cbdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Expand Up @@ -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'

Expand Down

0 comments on commit 8f3cbdd

Please sign in to comment.