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 61a47e0 commit b7742ceCopy full SHA for b7742ce
.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
16
with:
17
post-checkout-steps: |
18
- - run: git fetch origin 2b98d02b52a0abe98054eccb351e1e5c71c81bb0 69435db261650dfc74ede6dca89acbe97ba30081
+ - run: git fetch --depth=2 origin HEAD 2b98d02b52a0abe98054eccb351e1e5c71c81bb0 69435db261650dfc74ede6dca89acbe97ba30081
19
shell: bash
20
post-install-steps: |
21
- run: npm run build --if-present
0 commit comments