actions debugging

This commit is contained in:
Jonathan Shook 2020-03-10 18:44:59 -05:00
parent 2a44320722
commit bc2d1f8126

View File

@ -6,7 +6,7 @@ on:
- testbranch - testbranch
jobs: jobs:
build: release:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -21,7 +21,7 @@ jobs:
- name: initialize gpg - name: initialize gpg
env: env:
GPG_TTY=${TTY} GPG_TTY: ${TTY}
run: | run: |
set -x set -x
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key