Skip to content

Commit 3b3db68

Browse files
committed
Fix gh copilot command syntax
Use 'gh copilot -p' instead of 'gh copilot suggest -p'
1 parent 17921f1 commit 3b3db68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fvutils-weekly-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
EOF
7676
cat /tmp/activity.md >> /tmp/prompt.txt
7777
78-
gh copilot suggest -p "$(cat /tmp/prompt.txt)" --model gpt-5-mini > /tmp/short_news.txt
78+
gh copilot -p "$(cat /tmp/prompt.txt)" > /tmp/short_news.txt
7979
8080
- name: Generate Detailed Overview
8181
env:
@@ -87,7 +87,7 @@ jobs:
8787
EOF
8888
cat /tmp/activity.md >> /tmp/detail_prompt.txt
8989
90-
gh copilot suggest -p "$(cat /tmp/detail_prompt.txt)" --model gpt-5-mini > /tmp/detailed_overview.txt
90+
gh copilot -p "$(cat /tmp/detail_prompt.txt)" > /tmp/detailed_overview.txt
9191
9292
- name: Create Discussion Post
9393
env:

0 commit comments

Comments
 (0)