mirror of
https://github.com/actions/checkout.git
synced 2025-04-25 07:30:34 +00:00
Fix format with npm run format output
This commit is contained in:
parent
7f14f1d824
commit
39cfb844ff
@ -82,7 +82,7 @@ export async function prepareExistingDirectory(
|
|||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
// Check for submodules and delete any existing files if submodules are present
|
// Check for submodules and delete any existing files if submodules are present
|
||||||
if (!(await git.submoduleStatus())){
|
if (!(await git.submoduleStatus())) {
|
||||||
remove = true
|
remove = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user