Updated restore code to print logs

This commit is contained in:
Sankalp Kotewar 2022-11-21 09:48:36 +00:00 committed by GitHub
parent d39f1d8c77
commit 0aec05f2c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ async function run(): Promise<void> {
core.info(
`Input save-cache-on-any-failure is set to yes, the cache will be saved despite of any failure in the build.`
);
core.info(core.getState(State.SaveCache));
}
if (!cacheKey) {