Skip to content

Commit 4994565

Browse files
committed
tmp
1 parent 854dcd9 commit 4994565

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/copilot.yml

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

0 commit comments

Comments
 (0)