Update docs/src/ci.md
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
parent
c74caba38d
commit
09674f250b
|
|
@ -433,6 +433,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
# Force a non-shallow checkout, so that we can reference $GITHUB_BASE_REF.
|
||||||
|
# See https://github.com/actions/checkout for more details.
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue