Skip to content

Commit fa0116d

Browse files
committed
debug
1 parent c8a9e6b commit fa0116d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,19 @@ jobs:
133133
id: fc
134134
with:
135135
issue-number: ${{ github.event.pull_request.number }}
136-
body-includes: you can check generated Go function generation
136+
body-includes: Go doc generation
137+
- run: |
138+
echo ${{ steps.fc.outputs.comment-id }}
137139
138140
- name: Create comment in the original PR
139141
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
140-
if: ${{ steps.fc.outputs.comment-id }} == ''
142+
if: steps.fc.outputs.comment-id == 0
141143
with:
142144
token: ${{ steps.setup-github-token-write.outputs.access-token }}
143145
issue-number: ${{ github.event.pull_request.number }}
144146
body: |
145147
## Go doc generation
146-
Hey @${{ github.actor }}, you can check generated Go function generation [here](${{ steps.create-pr.outputs.pull-request-url }}). Please review them and merge to this PR once you're satisfied with them.
148+
Hey @${{ github.actor }}, you can check generated Go function documentation [here](${{ steps.create-pr.outputs.pull-request-url }}). Please review them and merge to this PR once you're satisfied with them.
147149
148150
# - name: Send Slack notification
149151
# uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0

0 commit comments

Comments
 (0)