Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 64fa4cd

Browse files
committed
chore(ci): set fetch depth for affected
1 parent b645ee1 commit 64fa4cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout the repository
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0 # needed for https://github.com/marketplace/actions/nx-set-shas
2830

2931
- uses: pnpm/action-setup@v4
3032
- name: Set up node & dependencies

0 commit comments

Comments
 (0)