actions-marketplace-validations/Detect Branch Changes

Detect all changes in a branch. This is done by detecting the fork-point of the current branch with the repo's base branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_branchBranch to compare withno${{ github.event.repository.default_branch }}
pathspecPattern used to limit paths in the `git diff` command.no""
namedescription
changedWhether or not files matched by the pathspec were changed.
fork_point_shaThe sha we compared with