mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-25 14:31:03 -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: |
|
run: |
|
||||||
echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}"
|
echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}"
|
||||||
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
|
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
|
||||||
|
echo "name: ${{ steps.import_gpg.outputs.name }}"
|
||||||
echo "email: ${{ steps.import_gpg.outputs.email }}"
|
echo "email: ${{ steps.import_gpg.outputs.email }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue