diff --git a/.github/workflows/llm-hello-world.yaml b/.github/workflows/llm-hello-world.yaml index 23d7df4d..0b1bc776 100644 --- a/.github/workflows/llm-hello-world.yaml +++ b/.github/workflows/llm-hello-world.yaml @@ -128,20 +128,24 @@ jobs: - name: Post comment to PR env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SUMMARY: ${{ steps.llm.outputs.summary }} + AUTHOR: ${{ steps.pr.outputs.author }} + PR_NUM: ${{ inputs.pr_number }} run: | - echo "Posting comment to PR #${{ inputs.pr_number }}..." + echo "Posting comment to PR #$PR_NUM..." - COMMENT="## LLM Hello World Test + gh pr comment "$PR_NUM" --body "$(cat <