Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 9, 2023
1 parent d4486e9 commit ec2d073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diff-sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ else

if [[ "$IS_SHALLOW" == "true" ]]; then
echo "Fetching remote refs..."
# shellcheck disable=SC2086
git fetch $EXTRA_ARGS -u --progress origin pull/"$GITHUB_EVENT_PULL_REQUEST_NUMBER"/head:"$CURRENT_BRANCH" 1>/dev/null

if [[ "$GITHUB_EVENT_HEAD_REPO_FORK" != "true" ]]; then
# shellcheck disable=SC2086
Expand Down

0 comments on commit ec2d073

Please sign in to comment.