Adds sparse-checkout input. When set, the composite skips GCS restore
and save entirely and falls through to a plain actions/checkout. This
keeps the full-tree cache uncontaminated by sparse subsets (which
would break subsequent full-tree reads on cache hit).
description:'Partial clone filter (e.g. blob:none). Empty = full clone.'
description:'Partial clone filter (e.g. blob:none). Empty = full clone.'
required:false
required:false
default:''
default:''
sparse-checkout:
description:'Newline-separated sparse-checkout patterns. When set, the GCS cache is bypassed entirely and the step is a plain actions/checkout — avoids polluting the full-tree cache with sparse trees.'
required:false
default:''
ref:
ref:
description:'Branch, tag or SHA to check out on cache miss. Defaults to the workflow ref.'
description:'Branch, tag or SHA to check out on cache miss. Defaults to the workflow ref.'