mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-22 01:17:40 +00:00
Update diff-sha.sh
This commit is contained in:
parent
2a5aadbf48
commit
b9e70f7821
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function deepenShallowCloneToFindCommit() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git fetch --no-tags -u --progress --deepen="$depth" origin "$target_branch":"$target_branch"
|
git fetch --no-tags -u --progress --depth="$depth" origin "$target_branch":"$target_branch"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue