mirror of
https://github.com/actions/checkout.git
synced 2025-12-28 06:12:22 +08:00
Merge f329befabb into 6b42224f41
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -1271,7 +1271,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