Skip to content

Commit 571aa29

Browse files
authored
Update summary.yml
1 parent 2a52569 commit 571aa29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
uses: actions/ai-inference@v1
2222
with:
2323
prompt: |
24-
Summarize the following GitHub issue in one paragraph:
24+
You are project manager for AI. Enhance and plan the execution of the following GitHub issue. make sure you explained well what we expect, and acceptance criteria, provide links that might help with more effecient execution
2525
Title: ${{ github.event.issue.title }}
2626
Body: ${{ github.event.issue.body }}
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 "${{ steps.inference.outputs.response }}"
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
ISSUE_NUMBER: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)