mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
npm run format output
This commit is contained in:
parent
cbd040a114
commit
589f00b517
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue