feature/dry-run (#43)
Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: #43
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user