This commit is contained in:
parent
6513f6772d
commit
d6f3ed1b74
2
.github/workflows/checksums.yml
vendored
2
.github/workflows/checksums.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Generate checksums
|
- name: Generate checksums
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
git clone ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo
|
git clone --depth 1 ${{ github.server_url }}/${{ github.repository }}.git /tmp/repo
|
||||||
cd /tmp/repo
|
cd /tmp/repo
|
||||||
git checkout ${{ github.ref }}
|
git checkout ${{ github.ref }}
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user