Skip to content

Commit b7742ce

Browse files
committed
fixup! fetch commit used for tests
1 parent 61a47e0 commit b7742ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
1616
with:
1717
post-checkout-steps: |
18-
- run: git fetch origin 2b98d02b52a0abe98054eccb351e1e5c71c81bb0 69435db261650dfc74ede6dca89acbe97ba30081
18+
- run: git fetch --depth=2 origin HEAD 2b98d02b52a0abe98054eccb351e1e5c71c81bb0 69435db261650dfc74ede6dca89acbe97ba30081
1919
shell: bash
2020
post-install-steps: |
2121
- run: npm run build --if-present

0 commit comments

Comments
 (0)