Skip to content

Commit

Permalink
add fetch depth param to changelog workflow (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Jun 1, 2021
1 parent bb94f0e commit 0f11205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install github-changes
run: sudo npm install -g github-changes
Expand Down

0 comments on commit 0f11205

Please sign in to comment.