mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-03 08:49:54 +02:00
.
This commit is contained in:
parent
ba329ee889
commit
bb56c8569a
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ export async function downloadRepository(
|
|||
|
||||
// Download the archive
|
||||
core.info('Downloading the archive') // Do not print the archive URL because it has an embedded token
|
||||
downloadFile(archiveUrl, fileStream)
|
||||
await downloadFile(archiveUrl, fileStream)
|
||||
} finally {
|
||||
await fileStreamClosed
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue