Skip to content

Commit b77768e

Browse files
committed
remove
1 parent 0117aab commit b77768e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ runs:
3131
echo "REPO_VERSION=${REPO_VERSION}" >> $GITHUB_ENV
3232
echo "full-version=${REPO_VERSION}" >> $GITHUB_OUTPUT
3333
echo "major-version=$(echo ${REPO_VERSION} | cut -d"." -f1)" >> $GITHUB_OUTPUT
34-
- uses: actions/checkout@v4
35-
with:
36-
sparse-checkout: |
37-
.nvmrc
38-
src/Elastic.Markdown/package-lock.json
39-
sparse-checkout-cone-mode: false
4034
4135
- uses: actions/setup-node@v4
4236
with:

0 commit comments

Comments
 (0)