implement support for filesystem extractor mechanism

This commit is contained in:
2025-10-13 00:55:11 -07:00
parent aba53c0d2b
commit 7a63e0325b
10 changed files with 237 additions and 28 deletions

View File

@@ -21,6 +21,6 @@ pub fn generate(
if let Some(matrix) = &generator.matrix {
matrix::generate(context, matrix)
} else {
bail!("unknown action configuration");
bail!("unknown generator configuration");
}
}