mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-16 11:01:07 +00:00
Add hint why cache-dependency-glob fails (#184)
Make it clear which input can be used to solve the error Contributes to: #181
This commit is contained in:
committed by
GitHub
parent
1e4d4ea9ff
commit
bdcda7e77f
2
dist/setup/index.js
generated
vendored
2
dist/setup/index.js
generated
vendored
@ -87419,7 +87419,7 @@ function computeKeys(version) {
|
||||
core.info(`Searching files using cache dependency glob: ${inputs_1.cacheDependencyGlob.split("\n").join(",")}`);
|
||||
cacheDependencyPathHash += yield (0, hash_files_1.hashFiles)(inputs_1.cacheDependencyGlob, true);
|
||||
if (cacheDependencyPathHash === "-") {
|
||||
throw new Error(`No file matched to [${inputs_1.cacheDependencyGlob.split("\n").join(",")}], make sure you have checked out the target repository`);
|
||||
throw new Error(`No file matched to [${inputs_1.cacheDependencyGlob.split("\n").join(",")}], make sure you have checked out the target repository and configured the cache-dependency-glob input correctly.`);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user