mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Pass showProgress to fetchOptions
This commit is contained in:
parent
b4ffde65f4
commit
f329befabb
3 changed files with 9 additions and 5 deletions
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue