mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
actions debugging
This commit is contained in:
parent
bc2d1f8126
commit
2620c31cc1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key
|
||||
gpg --import ./private.key
|
||||
gpg --import --batch ./private.key
|
||||
rm ./private.key
|
||||
echo "gnupg files:"
|
||||
ls -l ~/.gnupg/
|
||||
|
Loading…
Reference in New Issue
Block a user