Skip to content

Commit 083e14f

Browse files
committed
ci(github): actions
1 parent 9095268 commit 083e14f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: anc95/ChatGPT-CodeReview@v1
16+
- name: ChatGPT CodeReviewer
17+
uses: anc95/ChatGPT-CodeReview@v1.0.10
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
20+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
21+

0 commit comments

Comments
 (0)