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}")]