jinrudals/Check Repository Changes
Check for changes in given repositories and compute state hash
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 8, 2025
- License
- MIT
Pinned Snippet
uses: jinrudals/compute-repo-hash@b376d731bbd788d687f53e0c6bdba7bb1d08f763 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repos | Comma-separated list of repos to check (format: owner/repo or owner/repo::branch) | yes | — |
| github-token | GitHub token for API access | yes | — |
| default_branch | Default branch to use if not specified in repo (default: main) | no | main |
| cache_file | Path to cache file for storing state hash | no | .state_hash |
Outputs
| name | description |
|---|---|
| state-hash | SHA256 hash of the current state |
| cache-hit | Whether there was a cache hit for the state hash |