This commit is contained in:
Shia
2024-10-04 11:50:29 -04:00
committed by GitHub
3 changed files with 9 additions and 5 deletions

4
dist/index.js vendored
View File

@@ -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;
}