diff --git a/engine/api/action/children.go b/engine/api/action/children.go index 10613f6802..387ef58255 100644 --- a/engine/api/action/children.go +++ b/engine/api/action/children.go @@ -138,5 +138,5 @@ func handleChildrenError(current *sdk.Action, children []sdk.Action) error { } } - return sdk.NewErrorFrom(sdk.ErrWrongRequest, "some given step actions are not usable: (%s)", strings.Join(notFoundChildrenRefs, ", ")) + return sdk.NewErrorFrom(sdk.ErrWrongRequest, "some given step actions are not usable: (%s). Please check you have correct permissions on your project and your workflow", strings.Join(notFoundChildrenRefs, ", ")) }