mirror of
https://github.com/actions/cache.git
synced 2025-09-12 12:21:35 +08: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