1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-06 06:17:48 +02:00
This commit is contained in:
Sankalp Kotewar 2022-11-21 10:16:12 +00:00 committed by GitHub
parent 990a88868f
commit 9aaed35a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -48993,6 +48993,7 @@ function run() {
core.saveState(constants_1.State.SaveCache, saveCache);
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(constants_1.State.SaveCache));
core.info(core.getState(constants_1.State.CachePrimaryKey));
}
if (!cacheKey) {
if (core.getInput(constants_1.Inputs.StrictRestore) == "true") {

View file

@ -43,6 +43,7 @@ async function run(): Promise<void> {
`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));
core.info(core.getState(State.CachePrimaryKey));
}
if (!cacheKey) {