mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-03 08:49:54 +02:00
.
This commit is contained in:
parent
675d935214
commit
bf32513e49
2 changed files with 6 additions and 0 deletions
|
@ -49,4 +49,7 @@ export async function downloadRepository(
|
|||
await exec.exec(`tar -xzf "${archiveFile}"`, [], {
|
||||
cwd: repositoryPath
|
||||
} as ExecOptions)
|
||||
await exec.exec(`find .`, [], {
|
||||
cwd: repositoryPath
|
||||
} as ExecOptions)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue