We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aea4cf commit 6498ab1Copy full SHA for 6498ab1
diff-sha.sh
@@ -61,7 +61,8 @@ if [[ -z $GITHUB_EVENT_PULL_REQUEST_BASE_REF ]]; then
61
echo "Fetching remote refs..."
62
# shellcheck disable=SC2086
63
git fetch $EXTRA_ARGS -u --progress --deepen="$INPUT_FETCH_DEPTH" origin +refs/heads/"$CURRENT_BRANCH":refs/remotes/origin/"$CURRENT_BRANCH" 1>/dev/null
64
- git submodule update --init --recursive || true
+ # shellcheck disable=SC2086
65
+ git submodule foreach git fetch $EXTRA_ARGS -u --progress --deepen="$INPUT_FETCH_DEPTH" || true
66
fi
67
68
echo "::debug::Getting HEAD SHA..."
0 commit comments