Skip to content

Commit

Permalink
docs(*): fix action name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Oct 2, 2024
1 parent f17e4f9 commit a59b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# Only run the action when the comment contains the command '/mtr-'
if: |
contains(github.event.comment.body, '/mtr-')
uses: trystan2k/markdown-translator-reviewer@v1
uses: trystan2k/md-translator-reviewer@v1
with:
aiApiKey: ${{ secrets.AI_API_KEY }}
aiProvider: 'google' # current available providers: google, vercel-ai-google, vercel-ai-openai
Expand Down

0 comments on commit a59b306

Please sign in to comment.