diff --git a/diff-sha.sh b/diff-sha.sh index 26de410f..05008d83 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -249,7 +249,7 @@ else depth=$INPUT_FETCH_DEPTH max_depth=$INPUT_MAX_FETCH_DEPTH - for ((i=depth; imax_depth; i+=depth)); do if git diff --name-only --ignore-submodules=all "$PREVIOUS_SHA$DIFF$CURRENT_SHA" 1>/dev/null 2>&1; then break fi