spscommerce/kustomize-diff
Kustomize build and diff action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_ref | Git ref for PR base | yes | ${{ github.base_ref }} |
| head_ref | Git ref for PR head | yes | ${{ github.head_ref }} |
| kustomizations | Kustomization directories You can specify multiple directories by separating them with a newline: ```yaml kustomizations: |- testdata/prod testdata/stage ``` | yes | "" |
Outputs
| name | description |
|---|---|
| diff | Kustomize diff in markdown |