ソースを参照

increase fetch depth with github checkout action

narodnik 5 年 前
コミット
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