mirror of
https://github.com/actions/checkout.git
synced 2025-06-24 21:31:07 +02:00
.
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -8404,6 +8404,7 @@ function downloadRepository(accessToken, owner, repo, ref, commit, repositoryPat
|
||||
yield downloadFile(archiveUrl, fileStream);
|
||||
}
|
||||
finally {
|
||||
fileStream.end();
|
||||
yield fileStreamClosed;
|
||||
}
|
||||
// return Buffer.from(response.data) // response.data is ArrayBuffer
|
||||
|
Reference in New Issue
Block a user