Merge branch 'pr-1552' into integration/validation-batch
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment with AI summary
|
- name: Comment with AI summary
|
||||||
run: |
|
run: |
|
||||||
gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
|
gh issue comment "$ISSUE_NUMBER" --body "$RESPONSE"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
||||||
|
|||||||
Reference in New Issue
Block a user