Skip to content

Commit 2a49b4f

Browse files
author
Enda
authored
ci: set git fetch depth (#2)
1 parent 7cede9b commit 2a49b4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

.github/workflows/changelog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13-
14-
- name: Fetch changes
15-
run: git fetch origin --prune --tags --unshallow
16-
13+
with:
14+
fetch-depth: 0
15+
1716
-
1817
name: Install git-chglog
1918
uses: craicoverflow/[email protected]
19+
2020
-
2121
name: Generate a CHANGELOG
2222
run: git-chglog -o CHANGELOG.md

0 commit comments

Comments
 (0)