Skip to content

Commit

Permalink
Update on-issue-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill authored Dec 21, 2024
1 parent 1208926 commit a82187b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/on-issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a82187b

Please sign in to comment.