checkout
checkout copied to clipboard
Pass showProgress to fetchOptions
Fix: #1453
#1067 seems not to pass showProgress
to fetchOptions, which makes any fetch call handled without --progress
Confirmed works correctly with default / explicitly given show-progress option, here is test result
https://github.com/riseshia/actions-playground/actions/runs/6078541181
I don't add test for this, because I couldn't find proper place for this case(most test are unit testing, but this problem is from "passing" arg) 🤔 any suggestion for adding test is welcome. ;)
Conflict resolved. Could anybody check this? 📝 diff for https://github.com/actions/checkout/issues/1455 is not included, we might handle this seperately.