mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 04:50:56 -05:00
Update workflow example
This commit is contained in:
parent
53deb67fe3
commit
06f07720e6
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ jobs:
|
|||
run: |
|
||||
echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}"
|
||||
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
|
||||
echo "name: ${{ steps.import_gpg.outputs.name }}"
|
||||
echo "email: ${{ steps.import_gpg.outputs.email }}"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue