We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1145 commit 4079cd3Copy full SHA for 4079cd3
src/cache.ts
@@ -61,6 +61,7 @@ export async function restoreCache(cacheHash: string) {
61
core.warning(
62
new Error("Failed to restore cache. Continuing without cache."),
63
);
64
+ // core.warning doesn't log error causes, so explicititly log the error
65
core.warning(err as Error);
66
}
67
0 commit comments