mirror of
https://github.com/actions/checkout.git
synced 2025-12-17 17:02:22 +08:00
Pass showProgress to fetchOptions
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -1243,7 +1243,9 @@ function getSource(settings) {
|
||||
}
|
||||
// Fetch
|
||||
core.startGroup('Fetching the repository');
|
||||
const fetchOptions = {};
|
||||
const fetchOptions = {
|
||||
showProgress: settings.showProgress
|
||||
};
|
||||
if (settings.filter) {
|
||||
fetchOptions.filter = settings.filter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user