From 1cc02cbebbaba1ac2cdabecc37793c43a4c7c8b7 Mon Sep 17 00:00:00 2001 From: n0vad3v Date: Fri, 24 Nov 2023 14:28:07 +0800 Subject: [PATCH] Add tag to update instead of add --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 89550e44b..7909ee7cc 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -79,12 +79,12 @@ jobs: run: | echo "${{ steps.trivy.outputs.stdout }}" - - name: Comment PR + - name: Comment PR for CVE uses: thollander/actions-comment-pull-request@v2 - with: message: | ``` ${{ steps.trivy.outputs.stdout }} ``` + comment_tag: cve GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}