github actions: fetch full git history for bootstrap_archives.yml
This commit is contained in:
parent
ac317d7202
commit
4ee3dd0051
2
.github/workflows/bootstrap_archives.yml
vendored
2
.github/workflows/bootstrap_archives.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Git clone
|
- name: Git clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Fetch bootstrap archives
|
- name: Fetch bootstrap archives
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user