1#[derive(Debug, Clone)] 2pub struct CIContext { 3 pub provider: String, 4 pub event: String, 5 pub ref_name: String, 6 pub base_ref: Option<String>, 7 pub sha: String, 8}