Skip to content

Commit

Permalink
Merge branch 'fix/determining-the-merge-base' into fix/wrong-changed-…
Browse files Browse the repository at this point in the history
…files-for-forked-prs
  • Loading branch information
jackton1 committed Dec 5, 2022
2 parents 3a46c04 + 477b380 commit 984b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff-sha.sh
Expand Up @@ -225,7 +225,7 @@ else
depth=$INPUT_FETCH_DEPTH
max_depth=$INPUT_MAX_FETCH_DEPTH

while ! git merge-base $MERGE_BASE_EXRTRA_ARGS "$PREVIOUS_SHA" "$CURRENT_SHA" 1>/dev/null; do
while ! git diff --name-only --ignore-submodules=all "$PREVIOUS_SHA"..."$CURRENT_SHA"; do
echo "Fetching $depth commits..."

# shellcheck disable=SC2086
Expand Down

0 comments on commit 984b4ca

Please sign in to comment.