Skip to content

Commit

Permalink
Update readme (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje authored Jan 21, 2024
1 parent 24686ff commit e637f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- name: Run Auto PR Writer on initial open PR
id: auto_pr_writer_for_pr
uses: vblagoje/auto-pr-writer@v2
uses: vblagoje/auto-pr-writer@v1
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
openai_base_url: https://api.fireworks.ai/inference/v1
Expand All @@ -90,7 +90,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Auto PR Writer on PR comment
uses: vblagoje/auto-pr-writer@v2
uses: vblagoje/auto-pr-writer@v1
id: auto_pr_writer_for_comment
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit e637f04

Please sign in to comment.