diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index e67e631..d86ba05 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: cds-snc/cds-ai-codereviewer@feature/azure-open-ai + uses: cds-snc/cds-ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/package.json b/package.json index 66863a4..049703f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "scripts": { "build": "tsc", - "package": "ncc build --source-map --license licenses.txt -o act/fixtures/actions/dist", + "package": "ncc build --source-map --license licenses.txt", "format": "prettier --write .", "lint": "prettier --check ." },