We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24360 commit 4e4bc95Copy full SHA for 4e4bc95
1 file changed
.github/workflows/summary.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Comment with AI summary
29
run: |
30
- gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
+ gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"
31
env:
32
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
ISSUE_NUMBER: ${{ github.event.issue.number }}
0 commit comments