We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17921f1 commit 3b3db68Copy full SHA for 3b3db68
1 file changed
.github/workflows/fvutils-weekly-report.yaml
@@ -75,7 +75,7 @@ jobs:
75
EOF
76
cat /tmp/activity.md >> /tmp/prompt.txt
77
78
- gh copilot suggest -p "$(cat /tmp/prompt.txt)" --model gpt-5-mini > /tmp/short_news.txt
+ gh copilot -p "$(cat /tmp/prompt.txt)" > /tmp/short_news.txt
79
80
- name: Generate Detailed Overview
81
env:
@@ -87,7 +87,7 @@ jobs:
87
88
cat /tmp/activity.md >> /tmp/detail_prompt.txt
89
90
- gh copilot suggest -p "$(cat /tmp/detail_prompt.txt)" --model gpt-5-mini > /tmp/detailed_overview.txt
+ gh copilot -p "$(cat /tmp/detail_prompt.txt)" > /tmp/detailed_overview.txt
91
92
- name: Create Discussion Post
93
0 commit comments