Skip to content

Input cleaning can result in missing outputs #8291

Description

@brentleyjones

Describe the bug

Ordering of input cleaning can result in missing outputs, if the outputs are inputs into another action:

if err := r.Workspace.CreateOutputDirs(); err != nil {

is called before

if err := ws.CleanInputsIfNecessary(txInfo.Exists); err != nil {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions