1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-03 08:49:54 +02:00
This commit is contained in:
eric sciple 2019-12-10 01:53:49 -05:00
parent eed20d30d5
commit 7a2b445a4b
2 changed files with 2 additions and 0 deletions

View file

@ -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
}