fix(ci): gh actions set to fetch all history for changelog check

pull/1739/head
vdovhanych 3 years ago committed by Martin Milata
parent 397a2ab18e
commit 9ffbd34400

@ -50,5 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
name: "Run check changelog"
- run: ./ci/check_changelog.sh

Loading…
Cancel
Save