Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func readActionImpl(ctx context.Context, step *model.Step, actionDir string, act
|
|||||||
allErrors := []error{}
|
allErrors := []error{}
|
||||||
addError := func(fileName string, err error) {
|
addError := func(fileName string, err error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
allErrors = append(allErrors, fmt.Errorf("failed to read '%s' from action '%s' with path '%s' of step %w", fileName, step.String(), actionPath, err))
|
allErrors = append(allErrors, fmt.Errorf("failed to read '%s' from action '%s' with path '%s' of step: %w", fileName, step.String(), actionPath, err))
|
||||||
} else {
|
} else {
|
||||||
// One successful read, clear error state
|
// One successful read, clear error state
|
||||||
allErrors = nil
|
allErrors = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user