mirror of
https://gitea.com/actions/checkout.git
synced 2025-08-18 21:23:21 +08:00
.
This commit is contained in:
@ -69,6 +69,7 @@ export async function downloadRepository(
|
||||
core.info('Downloading the archive') // Do not print the archive URL because it has an embedded token
|
||||
await downloadFile(archiveUrl, fileStream)
|
||||
} finally {
|
||||
fileStream.end()
|
||||
await fileStreamClosed
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user