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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | format: {repo-owner}/{repo-name} | no | ${{ github.repository }} |
| branch | the branch to check | no | ${{ github.ref_name }} |
| personal-access-token | personal access token with repo scope, if using with a private repository | no | ${{ github.token }} |
| workflow-id | the id of the workflow to check | no | — |
Outputs
| name | description |
|---|---|
| should_run | — |