Skip to content

Commit a38f26d

Browse files
Update README.md
1 parent 6c7151c commit a38f26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Run SenpAI Review
52-
uses: dicodingacademy/senpai@latest
52+
uses: dicodingacademy/senpai-action@latest
5353
with:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
5656
GEMINI_MODEL: 'gemini-1.5-flash-002'
5757
EXCLUDE_FILES: '*.md, *.json, *.lock'
5858
TRIGGER_COMMAND: '/review'
5959
LANGUAGE_REVIEW: 'english'
60-
TONE_RESPONSE: 'professional'
60+
TONE_RESPONSE: 'professional'

0 commit comments

Comments
 (0)