actions-marketplace-validations/Check git uncommitted changes
Checks if a git repository has uncommitted changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| status-args | Arguments to the `git status` command. | no | "" |
| pathspec | Pattern used to limit paths in the `git status` command. | no | "" |
Outputs
| name | description |
|---|---|
| changed | Whether or not there are uncommitted changes in the pathspec |
| changes | Uncommitted changes if any |