Add created_by for script actions (#3303)
This commit is contained in:
@@ -222,6 +222,7 @@ class SkyvernPage:
|
||||
text=text,
|
||||
option=select_option,
|
||||
response=response,
|
||||
created_by="script",
|
||||
)
|
||||
|
||||
created_action = await app.DATABASE.create_action(action)
|
||||
|
||||
Reference in New Issue
Block a user