Update summary.yml

This commit is contained in:
cluntop
2026-03-05 21:10:31 +08:00
committed by GitHub
parent 5fc5dda9ac
commit 48e6a07e54
+3 -4
View File
@@ -30,9 +30,8 @@ jobs:
Body: ${{ github.event.issue.body }}
- name: Comment with AI summary
run: |
gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
RESPONSE: ${{ steps.inference.outputs.response }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"