mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
increase fetch depth with github checkout action
This commit is contained in:
2
.github/workflows/matrix-commit-message.yml
vendored
2
.github/workflows/matrix-commit-message.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user