3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-07-28 06:32:54 +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:
Sam Lijin 2026-07-24 17:42:15 -07:00 committed by Sam Lijin
parent d98c5beb15
commit 6f5159f88a

View file

@ -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