earthly事件

earthly事件类型 #

类型ID 名称
AddRepoEvent 增加仓库
RemoveRepoEvent 删除仓库
CreateActionEvent 创建执行命令
UpdateActionEvent 更新执行命令
RemoveActionEvent 删除执行命令

增加仓库(AddRepoEvent) #

属性 类型 说明
repo_id string 仓库ID
repo_url string 仓库地址

删除仓库(RemoveRepoEvent) #

属性 类型 说明
repo_id string 仓库ID
repo_url string 仓库地址

创建执行命令(CreateActionEvent) #

属性 类型 说明
repo_id string 仓库ID
repo_url string 仓库地址
action_id string 命令ID
action_name string 命令名称

更新执行命令(UpdateActionEvent) #

属性 类型 说明
repo_id string 仓库ID
repo_url string 仓库地址
action_id string 命令ID
action_name string 命令名称

删除执行命令(RemoveActionEvent) #

属性 类型 说明
repo_id string 仓库ID
repo_url string 仓库地址
action_id string 命令ID
action_name string 命令名称