Default dryrun

This commit is contained in:
2022-12-01 09:13:04 +01:00
parent e0d0077109
commit 2f230bca7e
5 changed files with 24 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ impl GitSelector {
self.executor.execute(&path, action_path, action).await?;
if dryrun {
return Ok(());
continue;
}
if let Some(push) = &git.push {

View File

@@ -49,7 +49,7 @@ impl GiteaSelector {
self.executor.execute(&path, action_path, action).await?;
if dryrun {
return Ok(());
continue;
}
if let Some(push) = &git.push {

View File

@@ -49,7 +49,7 @@ impl GitHubSelector {
self.executor.execute(&path, action_path, action).await?;
if dryrun {
return Ok(());
continue;
}
if let Some(push) = &git.push {