mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-16 13:56:45 +00:00
Update diff-sha.sh
This commit is contained in:
parent
c1b58174f0
commit
41bac1e2f7
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,6 @@ else
|
|||
break
|
||||
fi
|
||||
|
||||
echo "Fetching $i commits..."
|
||||
|
||||
if [[ -z "$INPUT_BASE_SHA" ]]; then
|
||||
NEW_PREVIOUS_SHA=$(git merge-base --fork-point "$TARGET_BRANCH" "$CURRENT_SHA")
|
||||
|
||||
|
@ -260,6 +258,8 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
echo "Fetching $i commits..."
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
git fetch $EXTRA_ARGS -u --progress --deepen="$i" origin $TARGET_BRANCH $CURRENT_SHA 1>/dev/null 2>&1 || true
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue