Skip to content

Commit 4e4bc95

Browse files
authored
fix: correct variable usage in AI summary comment step
1 parent 6e24360 commit 4e4bc95

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
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Comment with AI summary
2929
run: |
30-
gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
30+
gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
ISSUE_NUMBER: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)