narodnik 5 лет назад
Родитель
Сommit
651cd064bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/matrix-commit-message.yml

+ 1 - 1
.github/workflows/matrix-commit-message.yml

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