Skip to content

Commit 4feb723

Browse files
committed
chore: clone full depth in pr's wfs
1 parent 5da53d6 commit 4feb723

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Use Node.js
1719
uses: actions/setup-node@v2

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
with:
20-
fetch-depth: 0
2119

2220
- name: Use Node.js
2321
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)