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

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