Open
Description
We are using self-hosted runners and would like to persist certain cache directories between runs.
It would be really useful if the clean
parameter could be extended from a bool to a string.
For example, in gitlab I can set
variables:
GIT_CLEAN_FLAGS: "-ffdx -e DirectoryIWouldLikeToKeep"
This should even be backwards compatible by first checking if clean
is either true
or false
.
Metadata
Metadata
Assignees
Labels
No labels