3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 19:27:39 +00:00

Update diff-sha.sh

This commit is contained in:
Tonye Jack 2022-12-13 12:11:37 -07:00 committed by GitHub
parent bd4ca4c445
commit 8b8c347ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@ else
depth=$INPUT_FETCH_DEPTH
max_depth=$INPUT_MAX_FETCH_DEPTH
for ((i=0; i<max_depth; i+=depth)); do
for ((i=depth; i<max_depth; i+=depth)); do
echo "Fetching $i commits..."
# shellcheck disable=SC2086