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
5107ab9440
commit
2a44320722
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -16,12 +16,18 @@ jobs:
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
|
||||
- name: capture tty
|
||||
run: echo "::set-env name=TTY::"$(tty)
|
||||
|
||||
- name: initialize gpg
|
||||
env:
|
||||
GPG_TTY=${TTY}
|
||||
run: |
|
||||
set -x
|
||||
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key
|
||||
gpg --import ./private.key
|
||||
rm .private.key
|
||||
rm ./private.key
|
||||
echo "gnupg files:"
|
||||
ls -l ~/.gnupg/
|
||||
|
||||
- name: set git username
|
||||
|
Loading…
Reference in New Issue
Block a user