mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-02-18 15:20:27 +00:00
remove openai from the action name
This commit is contained in:
parent
cc31953cad
commit
ae9e33e258
2 changed files with 2 additions and 2 deletions
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Code Review
|
||||
uses: freeedcom/open-ai-codereviewer@main
|
||||
uses: freeedcom/ai-codereviewer@main
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_KEY }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "OpenAI Code Review Action"
|
||||
name: "AI Code Review Action"
|
||||
description: "Perform code reviews and comment on diffs using OpenAI API."
|
||||
inputs:
|
||||
GITHUB_TOKEN:
|
||||
|
|
Loading…
Add table
Reference in a new issue