Merge remote-tracking branch 'origin/main' into flakehub-cache-action

This commit is contained in:
Luc Perkins 2025-03-26 10:07:45 -03:00
commit b29c2cafae
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -366,7 +366,8 @@ async fn main_cli() -> Result<()> {
Some(state) Some(state)
} }
Err(err) => { Err(err) => {
tracing::error!("FlakeHub cache initialization failed: {}", err); tracing::error!("FlakeHub cache initialization failed: {}. Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.", err);
println!("::error title={{FlakeHub: Unauthenticated}}::{{Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.}}");
None None
} }
} }