Skip to content

Commit e4ad31a

Browse files
authored
Use comment-action for diff (#141)
1 parent e2af04a commit e4ad31a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/manifest.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
ignore-kustomize-error: true
4242

4343
- uses: int128/diff-action@db6cce01542cb26e181798736eea1e71f5d36706 # v1.51.0
44+
id: diff
4445
with:
4546
base: ${{ steps.kustomize-base.outputs.directory }}
4647
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

Comments
 (0)