int128/diff
Compute a diff between head and base
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/diff-action@1ec706482546c4cbc27e9ae7b74fe26851893ac5 # v2.30.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Path(s) of base (multiline) | yes | — |
| head | Path(s) of head (multiline) | yes | — |
| label | Label(s) to add or remove to indicate the diff (multiline) | no | — |
| token | GitHub token for label operations | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| comment-body | Comment body |