Skip to content

Commit 56df6f7

Browse files
authored
Workflow Fix
1 parent 2126333 commit 56df6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Comment with AI summary
3232
run: |
33-
gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
33+
gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
ISSUE_NUMBER: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)