actions-cool/Star Helper
A GitHub Action help you star or unstar a repository.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit May 8, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-cool/star-helper@a2ef6cf9a448eb1d4cd21b5b58eea44a0c8f000a # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | — |
| repo | The repository name. | — | — |
| actions | The Actions. Options `star` `unstar`. | yes | — |
Outputs
| name | description |
|---|---|
| star-count | Return the repository star count after actions. |