thrownewError(`Cache with the given input key ${primaryKey} is not found, hence exiting the workflow as the strict-restore requirement is not met.`);
thrownewError(`Cache with the given input key ${primaryKey} is not found, hence exiting the workflow as the strict-restore requirement is not met.`);
@ -49005,11 +49011,6 @@ function run() {
thrownewError(`Restored cache key doesn't match the given input key ${primaryKey}, hence exiting the workflow as the strict-restore requirement is not met.`);
thrownewError(`Restored cache key doesn't match the given input key ${primaryKey}, hence exiting the workflow as the strict-restore requirement is not met.`);
}
}
core.info(`Cache restored from key: ${cacheKey}`);
core.info(`Cache restored from key: ${cacheKey}`);