checkout icon indicating copy to clipboard operation
checkout copied to clipboard

Feat: Configurable retry count/interval

Open idubnori opened this issue 2 years ago • 1 comments

My suggestion is the following should be configurable.

https://github.com/actions/checkout/blob/main/src/retry-helper.ts#L3-L5

Background / Purpose

If the repository does not exist, retry will be a waste of CI execution time. e.g. Checkout GitHub Wiki repo but Wiki may not be existed if feature is disabled

idubnori avatar Apr 03 '24 07:04 idubnori

same issue

shink avatar Sep 12 '24 01:09 shink