Update CI workflow

This commit is contained in:
CrazyMax 2020-05-12 20:48:02 +02:00
parent c66565d073
commit ca42309c9d
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
name: Checkout
uses: actions/checkout@v2
-
name: Test test key and passphrase
name: Get test key and passphrase
uses: actions/github-script@0.9.0
id: test
with:
@ -52,4 +52,5 @@ 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 }}"

View file

@ -136,8 +136,8 @@ Following outputs are available
|---------------|---------|---------------------------------------|
| `fingerprint` | String | Fingerprint of the GPG key (recommended as [user ID](https://www.gnupg.org/documentation/manuals/gnupg/Specify-a-User-ID.html)) |
| `keyid` | String | Low 64 bits of the X.509 certificate SHA-1 fingerprint |
| `name` | String | Name associated with the GPG key |
| `email` | String | Email address associated with the GPG key |
| `name` | String | Name associated with the GPG key |
### environment variables