Skip to content

Commit

Permalink
trigger once more #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 9, 2024
1 parent 689ceb6 commit 09f3dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-go-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Go doc generation
body-includes: you can check generated Go function generation

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

0 comments on commit 09f3dec

Please sign in to comment.