increase fetch depth with github checkout action

This commit is contained in:
narodnik
2021-03-17 15:43:59 +01:00
parent af312d1f12
commit 6d259b40ac

View File

@@ -7,6 +7,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 20
- run: |
ALL_MSGS=""
for i in ${{ join(github.event.commits.*.id, ' ') }}; do