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:
parent
d98c5beb15
commit
6f5159f88a
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue