Skip to content

Commit e144265

Browse files
committed
tmp
1 parent 4994565 commit e144265

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
COPILOT_GITHUB_TOKEN: ${{ secrets.PERSONAL_COPILOT_GITHUB_TOKEN }}
2525
run: |
2626
TODAY=$(date +%Y-%m-%d)
27-
copilot --model gpt-5.2
27+
# copilot --model gpt-5.2
2828
#copilot help
29-
copilot -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." --allow-tool 'shell(git)'
29+
copilot --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." --allow-tool 'shell(git)'

0 commit comments

Comments
 (0)