cicirello/count-action-users
Generates Shields endpoint with number of users of a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action-list | Comma or space separated list of GitHub Actions | yes | — |
| target-directory | Target directory relative to repository root where the endpoints should be stored | no | "" |
| fail-on-error | Choose whether to fail the workflow if there is an error | no | true |
| commit-and-push | Commits and pushes the generated endpoints | no | true |
| color | The color for the right side of the badge | no | #007ec6 |
| include-logo | If true will include a named logo on the left | no | true |
| named-logo | The name of a logo supported by shields or simple-icons | no | githubactions |
| style | One of the styles supported by Shields.io. | no | flat |
| query-delay | Time delay in seconds between queries if monitoring multiple actions | no | 65 |
Outputs
| name | description |
|---|---|
| exit-code | 0 if successful or non-zero if unsuccessful |