mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Add hint to use fetch-depth for feature branch workdlow
This commit is contained in:
parent
1f7b23edeb
commit
adb239d623
1 changed files with 4 additions and 0 deletions
|
@ -235,6 +235,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# This may save additional git fetch roundtrip if
|
||||
# merge-base is found within latest 20 commits
|
||||
fetch-depth: 20
|
||||
- uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue