op5dev/Changed Diff-Tree for Files or Directories
Changed diff-tree for a list of changed files or directories between branches with GitHub Action event triggers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_ref | Source branch or commit SHA to compare from. | no | "" |
| target_ref | Target branch or commit SHA to compare against. | no | "" |
| format | Format output as: 'raw', 'json', or 'matrix'. | no | raw |
| token | GitHub access token with 'read:org' scope (e.g., secrets.CI_PAT). | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| placeholder | placeholder. |