actions-marketplace-validations/detect-git-changes-action
Detect changes in a git repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base ref to compare from (branch/tag/sha). | no | — |
| use-latest-tag | If true, automatically use the latest tag as base (overrides base-ref). | no | false |
| head-ref | Head ref to compare to (default: current HEAD). | no | HEAD |
| paths | Optional comma-separated paths/globs to limit comparison. | no | — |
Outputs
| name | description |
|---|---|
| has-changes | true if changes exist, false otherwise. |
| changed-files-count | Approximate number of changed files. |