mirror of
https://github.com/actions/checkout.git
synced 2026-07-29 01:49:07 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d98c5beb15
commit
6f5159f88a
|
|
@ -273,9 +273,9 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
|||
|
||||
// LFS checkout
|
||||
if (settings.lfs && !settings.sparseCheckout) {
|
||||
core.startGroup('Checking out LFS objects')
|
||||
await git.lfsCheckout()
|
||||
core.endGroup()
|
||||
core.startGroup('Checking out LFS objects')
|
||||
await git.lfsCheckout()
|
||||
core.endGroup()
|
||||
}
|
||||
|
||||
// Submodules
|
||||
|
|
|
|||
Loading…
Reference in a new issue