actions debugging

This commit is contained in:
Jonathan Shook
2020-03-12 22:05:27 -05:00
committed by GitHub
parent bed266b865
commit 00142ae3b8

View File

@@ -118,7 +118,10 @@ jobs:
needs: release
runs-on: ubuntu-18.04
steps:
# - uses: actions/checkout@v2
- name: set git username
run: git config --global user.email "${{ secrets.NBDROID_EMAIL }}"
- name: set git email
run: git config --global user.name "${{ secrets.NBDROID_NAME }}"
- uses: actions/download-artifact@v1
with:
name: guidebook