Skip to content

Commit

Permalink
Remove unnecessary full checkout step in reprocheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Oct 2, 2023
1 parent 10e9845 commit 25b8ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reprocheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: "${{ env.TAG_NAME }}"
fetch-depth: 0

- name: Download published APKs
run: gh release download --pattern '*.apk' "$TAG_NAME"
Expand Down

0 comments on commit 25b8ae5

Please sign in to comment.