hyperdevs-team/Check new commits

Checks if the given branch has new commits since a given time period

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAccess token used to access the GitHub API. It is recommended to create a Personal Access Token with a limited access to repositories in order for this to work. yes${{ github.token }}
secondsThe seconds interval that the action will use to check if there have been new commits. yes86400
branchThe branch to check for new commits. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. no
namedescription
has-new-commitsWhether or not new commits have been found for the required time interval as a boolean value (true or false).
new-commits-numberThe number of new commits found for the given interval. It will be 0 if no new commits could be found.