Skip to content

Commit e9f15db

Browse files
committed
tmp
1 parent b74436c commit e9f15db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/copilot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
COPILOT_GITHUB_TOKEN: ${{ secrets.PERSONAL_COPILOT_GITHUB_TOKEN }}
2525
run: |
2626
TODAY=$(date +%Y-%m-%d)
27+
gh agent-task create --help
2728
# copilot --model gpt-5.2
2829
#copilot help
29-
copilot --autopilot --yolo --max-autopilot-continues 10 --model gpt-5.2 -p "Review the git log for this repository and write a bullet point summary of all code changes that were made today ($TODAY). Include a brief description of what was changed."
30+
#copilot --autopilot --yolo --max-autopilot-continues 10 --model gpt-5.2 -p "Review the git log for this repository and write a bullet point summary of all code changes that were made today ($TODAY). Include a brief description of what was changed."

0 commit comments

Comments
 (0)