Remove fetch-depth: 0 from actions/checkout
Apparently fetch-depth: 0 means fetch everything. Pointed out by @xxyzz in #3502 but I mistakingly pushed before fixing.
This commit is contained in:
parent
c057d5e7a6
commit
c8e34be4d9
2
.github/workflows/scribble_build-guide.yml
vendored
2
.github/workflows/scribble_build-guide.yml
vendored
|
@ -16,8 +16,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: Bogdanp/setup-racket@v0.10
|
- uses: Bogdanp/setup-racket@v0.10
|
||||||
with:
|
with:
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user