This commit is contained in:
Aiden McClelland
2021-07-01 10:51:22 -06:00
parent dcd02c03a0
commit 7bbbb5463e
19 changed files with 258 additions and 49 deletions

View File

@@ -109,7 +109,7 @@ impl Action {
}
#[derive(Clone, Debug, Deserialize, Serialize, HasModel)]
#[serde(rename = "kebab-case")]
#[serde(rename_all = "kebab-case")]
#[serde(tag = "type")]
pub enum ActionImplementation {
Docker(DockerAction),