imgarena/Git Log stats
Given a start and end commit, calculate Git log stats.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| start-commit | Start Commit | no | ${{ github.event.pull_request.base.sha }} |
| end-commit | End Commit | no | ${{ github.event.pull_request.head.sha }} |
| path | Path | no | "" |
Outputs
| name | description |
|---|---|
| FILES_CHANGED | Count of files changed |
| LINES_INSERTED | Count of lines inserted |
| LINES_DELETED | Count of lines deleted |