earthly事件类型
#
增加仓库(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 |
命令名称 |