WorkflowActionWithContextResponse: {
    actionId: string;
    computedInputs: ComputedInputResponse[];
    globalComputedInputs: ComputedInputResponse[];
    name: string;
    stepType?: "CREATE_REPO";
    valuesContext: ActionConsolidatedAttributeResponse[];
    versionRange: string;
}

Type declaration