Skip to content

Commit 38c1dae

Browse files
committed
ci: Fix fetch depth for notification workflow
1 parent f92bcd1 commit 38c1dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notify-unreleased-commits.yml

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

1416
- name: List Commits
1517
id: list-commits

0 commit comments

Comments
 (0)