From 5114b305ae9d85528b146501ff3540915c4dde1b Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:47:30 +0000 Subject: [PATCH] fix(github-action): update mshick/add-pr-comment action to v2.8.2 (#438) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- .github/workflows/kube-flux-diff.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kube-flux-diff.yaml b/.github/workflows/kube-flux-diff.yaml index 98ea96ff..b4736f1a 100644 --- a/.github/workflows/kube-flux-diff.yaml +++ b/.github/workflows/kube-flux-diff.yaml @@ -38,7 +38,7 @@ jobs: - if: ${{ steps.diff.outputs.diff != '' }} name: Add comment - uses: mshick/add-pr-comment@7c0890544fb33b0bdd2e59467fbacb62e028a096 # v2.8.1 + uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 with: repo-token: "${{ steps.oauth-token.outputs.token }}" message-id: "${{ github.event.pull_request.number }}/${{ matrix.path }}/${{ matrix.resource }}"