mirror of
https://gitea.com/actions/cache.git
synced 2025-08-12 23:06:16 +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