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 c8a9e6b commit f697dd8Copy full SHA for f697dd8
.github/workflows/generate-go-docs.yaml
@@ -134,6 +134,12 @@ jobs:
134
with:
135
issue-number: ${{ github.event.pull_request.number }}
136
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 }}
143
144
- name: Create comment in the original PR
145
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
0 commit comments