mirror of
https://github.com/actions/checkout.git
synced 2024-12-27 14:28:02 +08:00

This should allow users to reuse existing folders when running `actions/checkout` where a previous run asked for a sparse checkout but the current run does not ask for a sparse checkout. This fixes https://github.com/actions/checkout/issues/1475 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>