Skip to content

Commit 0766600

Browse files
authored
Update ci.yml (#279)
1 parent 76eec3b commit 0766600

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Checkout
2020
id: checkout
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Setup Node.js
2426
id: setup-node
@@ -50,6 +52,8 @@ jobs:
5052
steps:
5153
- name: Checkout
5254
uses: actions/checkout@v4
55+
with:
56+
fetch-depth: 0
5357

5458
- name: Test Local Action
5559
id: test-action
@@ -68,7 +72,8 @@ jobs:
6872
if: github.event_name != 'pull_request'
6973
steps:
7074

71-
- uses: actions/checkout@v4
75+
- name: Checkout
76+
uses: actions/checkout@v4
7277
with:
7378
fetch-depth: 0
7479

0 commit comments

Comments
 (0)