Skip to content

Commit 09f3dec

Browse files
committed
trigger once more #2
1 parent 689ceb6 commit 09f3dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
issue-number: ${{ github.event.pull_request.number }}
136136
comment-author: 'github-actions[bot]'
137-
body-includes: Go doc generation
137+
body-includes: you can check generated Go function generation
138138

139139
- name: Create comment in the original PR
140140
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
@@ -145,6 +145,7 @@ jobs:
145145
body: |
146146
## Go doc generation
147147
Hey @${{ github.actor }}, you can check generated Go function generation [here](${{ steps.create-pr.outputs.pull-request-url }}).
148+
<br/>
148149
Please review them and merge to this PR once you're satisfied with them.
149150
150151
# - name: Send Slack notification

0 commit comments

Comments
 (0)