lainnao/branch-script-diff-check
compare shell Script results across two branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| compared-branch-name | The name of the branch to compare to | yes | — |
| compared-script | The script to run to compare the branches | yes | — |
Outputs
| name | description |
|---|---|
| isResultSame | Whether the result of the script is the same |
| currentBranchResult | The result of the script on the current branch |
| comparedBranchResult | The result of the script on the compared branch |