We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2126333 commit 56df6f7Copy full SHA for 56df6f7
1 file changed
.github/workflows/summary.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Comment with AI summary
32
run: |
33
- gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
+ gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"
34
env:
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
ISSUE_NUMBER: ${{ github.event.issue.number }}
0 commit comments