Explorar el Código

increase fetch depth with github checkout action

narodnik hace 5 años
padre
commit
6d259b40ac
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/matrix-commit-message.yml

+ 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