mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2025-01-18 22:04:45 +01:00
Update CI workflow
This commit is contained in:
parent
c66565d073
commit
ca42309c9d
2 changed files with 3 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Test test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@0.9.0
|
uses: actions/github-script@0.9.0
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
|
@ -52,4 +52,5 @@ 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 }}"
|
||||||
|
|
|
@ -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)) |
|
| `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 |
|
| `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 |
|
| `email` | String | Email address associated with the GPG key |
|
||||||
| `name` | String | Name associated with the GPG key |
|
|
||||||
|
|
||||||
### environment variables
|
### environment variables
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue