Skip to content

Commit 0797e68

Browse files
committed
more debugging
1 parent 6143c6d commit 0797e68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/checklist.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
body="${body//$'\r'/'%0D'}"
1616
echo ::set-output name=body::$body
1717
- name: Print Comment ID
18-
run: echo ${{ github.event.pull_request.comments[0].id }}
18+
run: |
19+
echo ${{ github.event.pull_request }}
20+
echo ${{ github.event.pull_request.comments }}
21+
echo ${{ github.event.pull_request.comments[0] }}
22+
echo ${{ github.event.pull_request.comments[0].id }}
1923
- name: Update comment
2024
# if: github.event.action == 'opened'
2125
uses: peter-evans/create-or-update-comment@v1

0 commit comments

Comments
 (0)