1. 首页
  2. 数据库
  3. 其它
  4. check new commits action:GitHub动作用于检查在给定时间范围内是否有任何新的提交 源码

check new commits action:GitHub动作用于检查在给定时间范围内是否有任何新的提交 源码

上传者: 2021-03-24 11:46:12上传 ZIP文件 226.24KB 热度 6次
检查新提交动作 此操作通过检查使用GitHub REST API添加的提交来检查是否在指定的时间间隔内将新提交添加到分支中。 用法 - name : Check for new commits today id : check-new-commits uses : adriangl/check-new-commits-action@v1 with : token : ' your_github_token ' seconds : 86400 # One day in seconds branch : ' master ' - name : Print something if new commits are found if : ${{ steps.check-new-commits.outputs.has-new-commits == 'true'
用户评论