mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-24 16:35:43 +08:00
fix(test): set the fetch-depth to 0
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -9,6 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Generate a changelog
|
- name: Generate a changelog
|
||||||
id: git-cliff
|
id: git-cliff
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|||||||
Reference in New Issue
Block a user