younited/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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_branch | Branch to compare with | no | ${{ github.event.repository.default_branch }} |
| pathspec | Pattern used to limit paths in the `git diff` command. | no | "" |
Outputs
| name | description |
|---|---|
| changed | Whether or not files matched by the pathspec were changed. |
| fork_point_sha | The sha we compared with |