mirror of
https://github.com/logos-storage/logos-storage-py-api-client.git
synced 2026-05-04 09:03:06 +00:00
ci: non-shallow copy
This commit is contained in:
parent
61052f908a
commit
22aa9531ea
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
@ -31,9 +31,10 @@ jobs:
|
|||||||
echo "OPENAPI_URL=${{ github.event.inputs.openapi_url }}" >> $GITHUB_ENV
|
echo "OPENAPI_URL=${{ github.event.inputs.openapi_url }}" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user