0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-01 16:32:40 +02:00
checkout/dist
David Allsopp 44b7815b62 Tweak clean: false when there's no .git dir
If the checkout directory doesn't contain .git, previously the action
always erased the entire directory: now, it only does it if the clean
input is true (which is the default).

This means that files set-up _before_ actions/checkout is used do not
get erased before cloning and checkout the repository.
2021-08-03 14:46:53 +01:00
..
index.js Tweak clean: false when there's no .git dir 2021-08-03 14:46:53 +01:00
problem-matcher.json Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00