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 59a6810 commit 41dfae6Copy full SHA for 41dfae6
.github/workflows/checklist.yml
@@ -15,12 +15,12 @@ jobs:
15
body="${body//$'\r'/'%0D'}"
16
echo ::set-output name=body::$body
17
- name: Update comment
18
- # if: github.event.type == 'opened'
+ # if: github.event.action == 'opened'
19
uses: peter-evans/create-or-update-comment@v1
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
with:
23
- comment-id: ${{ github.event.comment.id }}
+ issue-number: ${{ github.event.number }}
24
body: ${{ steps.get-comment-body.outputs.body }}
25
edit-mode: append
26
enforce-checklist:
0 commit comments