workflows: emit more debugging information

master
Jonathan Chang 2020-03-21 22:10:15 +11:00
parent 133951cad6
commit 463c9984b2
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ jobs:
env:
GIT_COMMITTER_NAME: ${{steps.env.outputs.name}}
GIT_COMMITTER_EMAIL: ${{steps.env.outputs.email}}
STEP_RESULT: ${{toJson(steps.env.outputs)}}
run: |
echo "$STEP_RESULT"
cd $(brew --repo ${{github.repository}})
git rebase --force master
git show --pretty=fuller