workflows: add debug information

master
Jonathan Chang 2020-03-22 01:27:42 +11:00
parent 48dec09c4b
commit dcce4571e3
1 changed files with 2 additions and 0 deletions

View File

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