fix: update previos sha for forks (#2011)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2024-03-26 12:46:29 -06:00
committed by GitHub
parent 6354e6c542
commit f0e7702ccc
4 changed files with 11 additions and 7 deletions

View File

@@ -118,7 +118,8 @@ const getChangedFilesFromLocalGitHistory = async ({
isShallow,
hasSubmodule,
gitFetchExtraArgs,
remoteName
remoteName,
isFork
})
}