prune_old_branches_action 源码
删除旧分支 此操作将删除最近X天未提交的分支,并删除最早的标签。 请勿使用v3,因为它存在错误 要求 需要签出仓库,可以通过市场上的action / checkout @ v2 action来完成 输入项 numDays 删除分支的天数。 需要 默认 假 180 numTags 最近标签的数量。 (设置为0以删除所有标签) 需要 默认 假 5 用法示例 steps : # To use this action, you must check out the repository - name : Checkout uses : actions/checkout@v2
文件列表
prune_old_branches_action-master.zip
(预估有个4文件)
prune_old_branches_action-master
Dockerfile
97B
entrypoint.sh
917B
README.md
842B
action.yml
524B
暂无评论