thrownewError("Restored cache doesn't match the key in the input, 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}`);