Make the action target the main branch again

This commit is contained in:
Jimmy Royer 2024-09-09 13:47:51 -04:00
parent 929af7772e
commit 29f7670fe7

View file

@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Code Review
uses: cds-snc/cds-ai-codereviewer@feature/include-pattern
uses: cds-snc/cds-ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}