Skip to content

Commit 463a2f8

Browse files
authored
fix commit parsing (#8)
we need to use fetch-depth 0 otherwise we lose the history parsing Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent e05f78e commit 463a2f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

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

1517
- name: Setup Bun
1618
uses: oven-sh/setup-bun@v2

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Setup Bun
2527
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)