Add return_run_details to accept.txt

Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com>
This commit is contained in:
abdellahhanane
2026-03-05 08:22:56 -05:00
parent df21ef6330
commit fba21cfbcb
2 changed files with 3 additions and 2 deletions
@@ -581,3 +581,4 @@ resizable
enums
LLMs
cleye
return_run_details
@@ -253,8 +253,8 @@ export function createGithubRepoCreateAction(options: {
access: string;
}
| {
access: string;
team: string;
access: string;
}
)[]
| undefined;
@@ -444,8 +444,8 @@ export function createPublishGithubAction(options: {
access: string;
}
| {
access: string;
team: string;
access: string;
}
)[]
| undefined;