0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-01 16:32:40 +02:00

Fix format with npm run format output

This commit is contained in:
SKi 2023-03-01 19:31:47 -08:00
parent 7f14f1d824
commit 39cfb844ff
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ export async function prepareExistingDirectory(
core.endGroup()
// Check for submodules and delete any existing files if submodules are present
if (!(await git.submoduleStatus())){
if (!(await git.submoduleStatus())) {
remove = true
}