Makes check-upstream check out the repository.
parent
e2e7bf8b17
commit
98d7be7315
|
@ -39,6 +39,13 @@ jobs:
|
||||||
echo "tarball_url=$tarball_url" >>"$GITHUB_OUTPUT"
|
echo "tarball_url=$tarball_url" >>"$GITHUB_OUTPUT"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# See https://github.com/marketplace/actions/github-push
|
||||||
|
persist-credentials: false
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check Repo Release
|
- name: Check Repo Release
|
||||||
id: check-repo-release
|
id: check-repo-release
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue