Skip to content

Commit a82187b

Browse files
authored
Update on-issue-comment.yml
1 parent 1208926 commit a82187b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/on-issue-comment.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
permissions: write-all
1111
steps:
1212
- 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 }}
1813
env:
1914
BODY: ${{ github.event.comment.body }}
2015
run: |
2116
echo " $BODY "
17+
- uses: actions-cool/issues-helper@v3
18+
with:
19+
actions: 'delete-comment'
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
comment-id: ${{ github.event.comment.id }}
22+

0 commit comments

Comments
 (0)