We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0117aab commit b77768eCopy full SHA for b77768e
.github/actions/bootstrap/action.yml
@@ -31,12 +31,6 @@ runs:
31
echo "REPO_VERSION=${REPO_VERSION}" >> $GITHUB_ENV
32
echo "full-version=${REPO_VERSION}" >> $GITHUB_OUTPUT
33
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
40
41
- uses: actions/setup-node@v4
42
with:
0 commit comments