We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2af04a commit e4ad31aCopy full SHA for e4ad31a
.github/workflows/manifest.yaml
@@ -41,6 +41,14 @@ jobs:
41
ignore-kustomize-error: true
42
43
- uses: int128/diff-action@db6cce01542cb26e181798736eea1e71f5d36706 # v1.51.0
44
+ id: diff
45
with:
46
base: ${{ steps.kustomize-base.outputs.directory }}
47
head: ${{ steps.kustomize-head.outputs.directory }}
48
+ comment: false
49
+ - uses: int128/comment-action@a20dbdebd79ab886a1e7a20d16bfa7dbaa732e5a # v1.33.0
50
+ with:
51
+ update-if-exists: replace
52
+ post: |
53
+ ## kustomize diff
54
+ ${{ steps.diff.outputs.comment-body }}
0 commit comments