Example Usage
name: kustomize-diffon:
pull_request:
jobs:
kustomize-diff:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v4with:
fetch-depth: 0
- uses: supplypike/kustomize-diff@v1id: kustdiffwith:
kustomizations: |- .kustomization/staging .kustomization/production - uses: mshick/add-pr-comment@v2with:
message: ${{ steps.kustdiff.outputs.diff }}