Просмотр исходного кода

increase fetch depth with github checkout action

narodnik 5 лет назад
Родитель
Сommit
6d259b40ac
1 измененных файлов с 2 добавлено и 0 удалено
  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