From 1173bbb660955f81a8bd54b77eaabc150f4a1e3d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 7 May 2020 20:46:52 +0200 Subject: [PATCH] Update CI workflow --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd832cf..7c85b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: uses: actions/checkout@v2 - name: Import GPG private key + id: import_gpg uses: ./ with: git_user_signingkey: true @@ -35,3 +36,9 @@ jobs: env: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY_TEST }} PASSPHRASE: ${{ secrets.PASSPHRASE_TEST }} + - + name: GPG user IDs + run: | + echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}" + echo "keyid: ${{ steps.import_gpg.outputs.keyid }}" + echo "email: ${{ steps.import_gpg.outputs.email }}"