Skip to content

Commit f62f3ba

Browse files
committed
debug
1 parent c8a9e6b commit f62f3ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ jobs:
134134
with:
135135
issue-number: ${{ github.event.pull_request.number }}
136136
body-includes: you can check generated Go function generation
137+
- run: |
138+
echo ${{ steps.fc.outputs.comment-id }}
139+
echo ${{ steps.fc.outputs.comment-node-id }}
140+
echo ${{ steps.fc.outputs.comment-body }}
141+
echo ${{ steps.fc.outputs.comment-author }}
142+
echo ${{ steps.fc.outputs.comment-created-at }}
137143
138144
- name: Create comment in the original PR
139145
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0

0 commit comments

Comments
 (0)