workflows: don't commit (for now)

master
Jonathan Chang 2020-03-21 18:08:31 +11:00
parent 93ccdb0fee
commit 1e890d98ce
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ jobs:
cd $(brew --repo ${{github.repository}})
git rebase --force master
git show --pretty=fuller
exit 0
for try in $(seq 5); do
git fetch
git rebase origin/master