mirror of
https://github.com/actions/cache.git
synced 2025-09-11 15:44:01 +07:00
formatting and error
This commit is contained in:
@ -34,13 +34,13 @@ async function run(): Promise<void> {
|
||||
primaryKey,
|
||||
restoreKeys
|
||||
);
|
||||
|
||||
|
||||
if (!cacheKey) {
|
||||
core.info(
|
||||
`Cache not found for input keys: ${[
|
||||
primaryKey,
|
||||
...restoreKeys
|
||||
].join(", ")}`
|
||||
].join(", ")}`
|
||||
);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user