Makes check-upstream check out the repository.

pull/1/head
tommie 2023-03-20 17:37:50 +01:00 committed by GitHub
parent e2e7bf8b17
commit 98d7be7315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@ jobs:
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
id: check-repo-release
run: |