ikudjoi/Check if branch is up-to-date
Check if Pull Request branch is up-to-date with the base branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| head-ref | Head branch name | yes | — |
| merge-commit-sha | GitHub test merge commit SHA | yes | — |
| fail | If true will fail if branch is not up-to-date | no | false |
Outputs
| name | description |
|---|---|
| result | Truth value whether there the branch is up-to-date or not |