Update workflow example

This commit is contained in:
CrazyMax 2020-05-13 14:34:08 +02:00
parent 53deb67fe3
commit 06f07720e6
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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 }}"
```