workflows: also fetch master

master
Jonathan Chang 2020-03-22 20:41:35 +11:00
parent aba0ab419f
commit b32264669b
1 changed files with 4 additions and 0 deletions

View File

@ -35,8 +35,12 @@ jobs:
run: |
rm -rf $(brew --repository ${{github.repository}})
ln -s $GITHUB_WORKSPACE $(brew --repository ${{github.repository}})
git fetch origin/master
git show
git branch -f master HEAD
git show
git checkout master
git show
git log origin/master..HEAD --oneline
- name: Download artifacts
uses: Homebrew/actions/download-artifact@master