mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 21:06:25 +00:00
Update diff-sha.sh
This commit is contained in:
parent
dca71d6aaa
commit
1fd624717d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ else
|
|||
CURRENT_BRANCH=$GITHUB_HEAD_REF
|
||||
|
||||
echo "Fetching remote refs..."
|
||||
git fetch --no-tags -u --progress --deepen=40000
|
||||
git fetch --no-tags -u --progress --deepen=40000 origin "$CURRENT_BRANCH":"$CURRENT_BRANCH"
|
||||
git fetch --no-tags -u --progress --depth="$INPUT_FETCH_DEPTH" origin "$TARGET_BRANCH":"$TARGET_BRANCH"
|
||||
|
||||
echo "::debug::Getting HEAD SHA..."
|
||||
|
|
Loading…
Add table
Reference in a new issue