Skip to content

Commit a55ff67

Browse files
committed
fixup! checkout with 0 depth
1 parent 3e17f89 commit a55ff67

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/docs.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
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830
- name: Setup Pages
2931
uses: actions/configure-pages@v5
3032
- name: Upload artifact

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
steps:
7878
- name: Checkout code
7979
uses: actions/checkout@v4
80+
with:
81+
fetch-depth: 0
8082

8183
- name: Configure AWS credentials
8284
uses: aws-actions/configure-aws-credentials@v2

.github/workflows/pre-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- name: Checkout Repo
1919
# https://github.com/actions/checkout
2020
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2123

2224
- uses: ./.github/actions/setup
2325
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Checkout Repo
1616
# https://github.com/actions/checkout
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- uses: ./.github/actions/setup
2022
- uses: ./.github/actions/lint

.github/workflows/v2-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- name: Checkout Repo
1111
# https://github.com/actions/checkout
1212
uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315

1416
- uses: ./.github/actions/setup
1517
with:

0 commit comments

Comments
 (0)