We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1208926 commit a82187bCopy full SHA for a82187b
.github/workflows/on-issue-comment.yml
@@ -10,12 +10,13 @@ jobs:
10
permissions: write-all
11
steps:
12
- name: Delete comment
13
- uses: actions-cool/issues-helper@v3
14
- with:
15
- actions: 'delete-comment'
16
- token: ${{ secrets.GITHUB_TOKEN }}
17
- comment-id: ${{ github.event.comment.id }}
18
env:
19
BODY: ${{ github.event.comment.body }}
20
run: |
21
echo " $BODY "
+ - uses: actions-cool/issues-helper@v3
+ with:
+ actions: 'delete-comment'
+ token: ${{ secrets.GITHUB_TOKEN }}
+ comment-id: ${{ github.event.comment.id }}
22
+
0 commit comments