workflows: also fetch master
parent
aba0ab419f
commit
b32264669b
|
@ -35,8 +35,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm -rf $(brew --repository ${{github.repository}})
|
rm -rf $(brew --repository ${{github.repository}})
|
||||||
ln -s $GITHUB_WORKSPACE $(brew --repository ${{github.repository}})
|
ln -s $GITHUB_WORKSPACE $(brew --repository ${{github.repository}})
|
||||||
|
git fetch origin/master
|
||||||
|
git show
|
||||||
git branch -f master HEAD
|
git branch -f master HEAD
|
||||||
|
git show
|
||||||
git checkout master
|
git checkout master
|
||||||
|
git show
|
||||||
git log origin/master..HEAD --oneline
|
git log origin/master..HEAD --oneline
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: Homebrew/actions/download-artifact@master
|
uses: Homebrew/actions/download-artifact@master
|
||||||
|
|
Loading…
Reference in New Issue