mirror of
https://github.com/actions/checkout.git
synced 2025-07-12 08:40:45 +00:00
Fix typos found by codespell
This commit is contained in:
parent
83b7061638
commit
1a0090fad3
3 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ export async function prepareExistingDirectory(
|
|||
core.startGroup('Cleaning the repository')
|
||||
if (!(await git.tryClean())) {
|
||||
core.debug(
|
||||
`The clean command failed. This might be caused by: 1) path too long, 2) permission issue, or 3) file in use. For futher investigation, manually run 'git clean -ffdx' on the directory '${repositoryPath}'.`
|
||||
`The clean command failed. This might be caused by: 1) path too long, 2) permission issue, or 3) file in use. For further investigation, manually run 'git clean -ffdx' on the directory '${repositoryPath}'.`
|
||||
)
|
||||
remove = true
|
||||
} else if (!(await git.tryReset())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue