You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
index.js Tweak `clean: false` when there's no .git dir 3 years ago
problem-matcher.json Convert checkout to a regular action (#70) 5 years ago