Skip to content

Commit 7ab42c8

Browse files
committed
add debug step
1 parent 32d389a commit 7ab42c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checklist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
issue-number: ${{ github.event.number }}
2222
comment-author: ${{ github.event.pull_request.user.login }}
23+
- name: Print Comment ID
24+
run: echo ${{ steps.fc.outputs.comment-id }}
2325
- name: Update comment
2426
# if: github.event.action == 'opened'
2527
uses: peter-evans/create-or-update-comment@v1

0 commit comments

Comments
 (0)