Skip to content

Commit

Permalink
Fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 16, 2023
1 parent 10999da commit 0e4863b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diff-sha.sh
Expand Up @@ -61,6 +61,7 @@ if [[ -z $GITHUB_EVENT_PULL_REQUEST_BASE_REF ]]; then
echo "Fetching remote refs..."
# shellcheck disable=SC2086
git fetch $EXTRA_ARGS -u --progress --deepen="$INPUT_FETCH_DEPTH" origin +refs/heads/"$CURRENT_BRANCH":refs/remotes/origin/"$CURRENT_BRANCH" 1>/dev/null
git submodule update --recursive || true
fi

echo "::debug::Getting HEAD SHA..."
Expand Down

0 comments on commit 0e4863b

Please sign in to comment.