Skip to content

Commit 41dfae6

Browse files
committed
get pr number
1 parent 59a6810 commit 41dfae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checklist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
body="${body//$'\r'/'%0D'}"
1616
echo ::set-output name=body::$body
1717
- name: Update comment
18-
# if: github.event.type == 'opened'
18+
# if: github.event.action == 'opened'
1919
uses: peter-evans/create-or-update-comment@v1
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
with:
23-
comment-id: ${{ github.event.comment.id }}
23+
issue-number: ${{ github.event.number }}
2424
body: ${{ steps.get-comment-body.outputs.body }}
2525
edit-mode: append
2626
enforce-checklist:

0 commit comments

Comments
 (0)