workflows: do full checkouts from the beginning
parent
d323ccba87
commit
052a37f40d
|
@ -29,7 +29,11 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup tap
|
- name: Setup tap
|
||||||
|
env:
|
||||||
|
GIT_COMMITTER_NAME: ${{steps.env.outputs.name}}
|
||||||
|
GIT_COMMITTER_EMAIL: ${{steps.env.outputs.email}}
|
||||||
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}})
|
||||||
|
|
Loading…
Reference in New Issue