### 插件配置yaml清单
```
name: "Your name here" # 顾名思义, action的名字
description: "Provide a description here" # 对于action的说明
author: "Your name or organization here" # 作者名/组织名/email 之类的信息
inputs: # 参数的字典
  milliseconds: # change this # 参数名,
    required: true # 是否是必填
    description: "input description here" # 参数的说明
    default: "default value if applicable" # 默认值
```

### refer
https://juejin.cn/post/6870372475188969479
https://github.com/heimanba/git-action-test
