Эх сурвалжийг харах

increase fetch depth with github checkout action

narodnik 5 жил өмнө
parent
commit
6d259b40ac

+ 2 - 0
.github/workflows/matrix-commit-message.yml

@@ -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