Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

jessicalostinspace/commit-difference-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

Inputs

base-branch

Required The name of the first branch. Defaultmaster.

secondary-branch

Required The name of the second branch. Defaultdevelopment.

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

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp