diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57c588c..4636364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}" diff --git a/README.md b/README.md index 46b4ee1..1f49508 100644 --- a/README.md +++ b/README.md @@ -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