mirror of https://github.com/actions/cache.git
Small message change
Remove dot that generates confusion in wether that's part of the key or not
This commit is contained in:
parent
e8230b28a9
commit
02ff5dd1b6
|
@ -62,7 +62,7 @@ async function run(): Promise<void> {
|
|||
const cacheEntry = await cacheHttpClient.getCacheEntry(keys);
|
||||
if (!cacheEntry?.archiveLocation) {
|
||||
core.info(
|
||||
`Cache not found for input keys: ${keys.join(", ")}.`
|
||||
`Cache not found for input keys: ${keys.join(", ")}`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue