Skip to content

Commit 5f8beae

Browse files
committed
fixup!: add fetch-depth 0
1 parent 24776df commit 5f8beae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- name: Checkout repo
6060
uses: actions/checkout@v3
61+
with:
62+
fetch-depth: 2
6163

6264
- name: Get changed files
6365
id: changed-files
@@ -87,6 +89,8 @@ jobs:
8789
steps:
8890
- name: Checkout repo
8991
uses: actions/checkout@v3
92+
with:
93+
fetch-depth: 2
9094

9195
- name: Get changed files
9296
id: changed-files

0 commit comments

Comments
 (0)