Merge pull request #602 from a-kenji/run-command-rename

Change name of `Run` binding for actions
This commit is contained in:
a-kenji 2021-07-07 11:08:19 +02:00 committed by GitHub
commit c1f57535e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ pub struct RunCommand {
/// Intermediate representation
#[derive(Clone, Debug, Deserialize, Default, Serialize, PartialEq, Eq)]
pub struct RunCommandAction {
#[serde(rename = "cmd")]
pub command: PathBuf,
#[serde(default)]
pub args: Vec<String>,