From a82187b6e497a076fdfd829f15250cdaeedf8382 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 21 Dec 2024 09:58:47 -0500 Subject: [PATCH] Update on-issue-comment.yml --- .github/workflows/on-issue-comment.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on-issue-comment.yml b/.github/workflows/on-issue-comment.yml index cbd2b2fb..db352b52 100644 --- a/.github/workflows/on-issue-comment.yml +++ b/.github/workflows/on-issue-comment.yml @@ -10,12 +10,13 @@ jobs: permissions: write-all steps: - name: Delete comment - uses: actions-cool/issues-helper@v3 - with: - actions: 'delete-comment' - token: ${{ secrets.GITHUB_TOKEN }} - comment-id: ${{ github.event.comment.id }} env: BODY: ${{ github.event.comment.body }} run: | echo " $BODY " + - uses: actions-cool/issues-helper@v3 + with: + actions: 'delete-comment' + token: ${{ secrets.GITHUB_TOKEN }} + comment-id: ${{ github.event.comment.id }} +