From cd501e130bd7ab58809bf0c708cdec45ab0fa082 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Mon, 9 Dec 2024 12:05:27 +0100 Subject: [PATCH] debug --- .github/workflows/generate-go-docs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-go-docs.yaml b/.github/workflows/generate-go-docs.yaml index 7128fe3d4..26a5abe4b 100644 --- a/.github/workflows/generate-go-docs.yaml +++ b/.github/workflows/generate-go-docs.yaml @@ -133,17 +133,19 @@ jobs: id: fc with: issue-number: ${{ github.event.pull_request.number }} - body-includes: you can check generated Go function generation + body-includes: Go doc generation + - run: | + echo ${{ steps.fc.outputs.comment-id }} - name: Create comment in the original PR uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 - if: ${{ steps.fc.outputs.comment-id }} == '' + if: ${{ steps.fc.outputs.comment-id }} == 0 with: token: ${{ steps.setup-github-token-write.outputs.access-token }} issue-number: ${{ github.event.pull_request.number }} body: | ## Go doc generation - 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. + 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. # - name: Send Slack notification # uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0