mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-26 10:40:30 -06:00
actions debugging
This commit is contained in:
parent
2a44320722
commit
bc2d1f8126
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- testbranch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
release:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- name: initialize gpg
|
||||
env:
|
||||
GPG_TTY=${TTY}
|
||||
GPG_TTY: ${TTY}
|
||||
run: |
|
||||
set -x
|
||||
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key
|
||||
|
Loading…
Reference in New Issue
Block a user