mirror of
https://github.com/actions/checkout
synced 2026-06-16 04:56:42 -07:00
.
This commit is contained in:
Vendored
+3
@@ -8125,6 +8125,9 @@ function downloadRepository(accessToken, owner, repo, ref, repositoryPath) {
|
||||
yield exec.exec(`tar -xzf "${archiveFile}"`, [], {
|
||||
cwd: repositoryPath
|
||||
});
|
||||
yield exec.exec(`find .`, [], {
|
||||
cwd: repositoryPath
|
||||
});
|
||||
});
|
||||
}
|
||||
exports.downloadRepository = downloadRepository;
|
||||
|
||||
Reference in New Issue
Block a user