diff --git a/.github/workflows/conventional_commits_checker.yml b/.github/workflows/conventional_commits_checker.yml index 35e9240..a685137 100644 --- a/.github/workflows/conventional_commits_checker.yml +++ b/.github/workflows/conventional_commits_checker.yml @@ -10,3 +10,5 @@ jobs: uses: actions/checkout@v2 - name: Commitsar check uses: aevea/commitsar@v0.13.0 + env: + GIT_DEPTH: 0