actions-marketplace-validations/kustomize-diff
Kustomize build head and base of PR, add diff as comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_ref | Ref for PR base | yes | ${{ github.base_ref }} |
| head_ref | Ref for PR head | yes | ${{ github.head_ref }} |
| pr_num | PR number / ID | yes | ${{ github.event.number }} |
| token | Token for GitHub authentication | yes | ${{ github.token }} |
| root_dir | Root directory for kustomize files | no | ./kustomize |
| max_depth | Maximum depth to search for kustomization files | no | 2 |
Outputs
| name | description |
|---|---|
| diff | Diff between kustomize built head and base |