From 25359d9b17ad5ecf7c6248875cdae8ecf3dfe764 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 13 Jun 2024 12:57:41 -0400 Subject: [PATCH] nit on error text --- gha-cache/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gha-cache/src/api.rs b/gha-cache/src/api.rs index 52208c9..c8e05c6 100644 --- a/gha-cache/src/api.rs +++ b/gha-cache/src/api.rs @@ -54,7 +54,7 @@ pub enum Error { #[error("Failed to initialize the client: {0}")] InitError(Box), - #[error("Circuit breaker tripped.")] + #[error("GitHub Actions Cache throttled Magic Nix Cache. Not trying to use it again on this run.")] CircuitBreakerTripped, #[error("Request error: {0}")]