workflows: rebase against origin/master

We're pushing to master so of course a rebase against master would
result in a no-op.
master
Jonathan Chang 2020-03-22 01:55:18 +11:00
parent cd5943e51a
commit 7ce5cba08d
1 changed files with 1 additions and 3 deletions

View File

@ -54,11 +54,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 rebase --force origin/master
git show --pretty=fuller
exit 0
for try in $(seq 5); do