jessicalostinspace/Get Commit Difference Count Between Two Branches
Returns the commit difference count between two branches, given their branch names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | The name of the first branch | yes | master |
| secondary-branch | The name of the second branch | yes | development |
Outputs
| name | description |
|---|---|
| commit-difference-count | The number of commits between the base branch and the secondary branch |