mirror of
https://github.com/actions/cache.git
synced 2025-06-24 03:18:01 +02:00
Small message change (#195)
* Small message change Remove dot that generates confusion in wether that's part of the key or not * Fix format-check * Update tests
This commit is contained in:
@ -61,9 +61,7 @@ async function run(): Promise<void> {
|
||||
try {
|
||||
const cacheEntry = await cacheHttpClient.getCacheEntry(keys);
|
||||
if (!cacheEntry?.archiveLocation) {
|
||||
core.info(
|
||||
`Cache not found for input keys: ${keys.join(", ")}.`
|
||||
);
|
||||
core.info(`Cache not found for input keys: ${keys.join(", ")}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user