Inputs
All inputs are optional and have sensible defaults.
Input |
Default |
Description |
|---|---|---|
|
|
IVPM version spec, e.g. |
|
|
If set, the action runs |
|
|
|
|
|
If |
|
|
Dependency set(s) to update; passed as repeated |
|
|
Project directory; passed as |
|
|
Parallel fetch jobs; passed as |
|
|
Extra raw args appended to |
|
|
Enable restore + save of the IVPM content-addressed cache. |
|
|
Directory exported as |
|
|
Prefix for the cache key; namespace caches by OS/matrix. |
|
|
Glob(s) hashed into the cache key. Covers single- and multi-file IVPM manifests and any committed lock. |
|
|
Also cache the pip/uv download caches ( |
|
|
Token for private git deps and GitHub API rate limits. See Authentication. |
Notes
installer: autois the recommended default — see Caching for how the chosen installer affects which download cache is persisted.For private cross-repo dependencies, the default
github.tokenis not sufficient; provide a PAT or App token (see Authentication).