Skip to content

This GitHub Action compares two branches and gives you the commit count between them

License

Notifications You must be signed in to change notification settings

simonsto/commit-difference-action

 
 

Repository files navigation

Get Commit Difference Count Between Two Branches Action

This Action returns the commit difference count between two branches, given their branch names.

Inputs

base-branch

Required The name of the first branch. Default master.

secondary-branch

Required The name of the second branch. Default development.

Outputs

commit-difference-count

The number of commits between the base branch and the secondary branch.

Example usage

- name: Get Commit Difference Count Between Two Branches
      id: cdc
      uses: jessicalostinspace/commit-difference-action@v1.0.0
      with:
        base-branch: 'release-v1.2.3' 
        secondary-branch: 'master'

About

This GitHub Action compares two branches and gives you the commit count between them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.6%
  • Shell 17.4%