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

时间:2021-03-22 15:39:07
【文件属性】:
文件名称:check-new-commits-action:GitHub动作,用于检查在给定时间范围内是否有任何新的提交
文件大小:226KB
文件格式:ZIP
更新时间:2021-03-22 15:39:07
github-actions github-action github-actions-ci github-actions-typescript github-actions-ci-cd 检查新提交动作 此操作通过检查使用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'
【文件预览】:
check-new-commits-action-master
----.nvmrc(8B)
----package.json(2KB)
----.github()
--------dependabot.yml(421B)
--------pull_request_template.md(300B)
--------ISSUE_TEMPLATE()
--------workflows()
--------CODEOWNERS(97B)
----.prettierignore(38B)
----jest.config.js(235B)
----action.yml(1KB)
----LICENSE(1KB)
----package-lock.json(316KB)
----dist()
--------index.js(196KB)
--------sourcemap-register.js(122KB)
--------index.js.map(234KB)
--------licenses.txt(29KB)
----src()
--------commits-info.ts(145B)
--------input-helper.ts(1KB)
--------main.ts(3KB)
--------action-inputs.ts(95B)
--------constants.ts(321B)
----.eslintrc.js(2KB)
----tsconfig.json(1015B)
----.gitignore(2KB)
----tsconfig.eslint.json(323B)
----CHANGELOG.md(671B)
----README.md(5KB)
----.eslintignore(24B)
----.gitattributes(229B)
----__test__()
--------input-helper.test.ts(3KB)
----.prettierrc.json(167B)

网友评论