mirror of
https://data.forgejo.org/actions/checkout
synced 2026-08-15 00:46:04 +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
|
// LFS checkout
|
||||||
if (settings.lfs && !settings.sparseCheckout) {
|
if (settings.lfs && !settings.sparseCheckout) {
|
||||||
core.startGroup('Checking out LFS objects')
|
core.startGroup('Checking out LFS objects')
|
||||||
await git.lfsCheckout()
|
await git.lfsCheckout()
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Submodules
|
// Submodules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue