green-coding-solutions/Eco CI Activity Checker

check if there has been a commit in the specificed repo/branch since the last workflow run and write to github output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoformat: {repo-owner}/{repo-name}no${{ github.repository }}
branchthe branch to checkno${{ github.ref_name }}
personal-access-tokenpersonal access token with repo scope, if using with a private repositoryno${{ github.token }}
workflow-idthe id of the workflow to checkno
namedescription
should_run