mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue