Remove duplicate action caused by auto merge
This commit is contained in:
parent
12f4df222b
commit
774f89ac8e
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ func (r *Runner) Run(ctx context.Context, id int64) error {
|
||||||
Ref: m.Build.Ref,
|
Ref: m.Build.Ref,
|
||||||
Repo: m.Repo.Slug,
|
Repo: m.Repo.Slug,
|
||||||
Target: m.Build.Deploy,
|
Target: m.Build.Deploy,
|
||||||
Action: m.Build.Action,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
comp.TransformFunc = transform.Combine(
|
comp.TransformFunc = transform.Combine(
|
||||||
|
|
Loading…
Reference in a new issue