Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
update(doc): change tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 22, 2023
1 parent 7043ecd commit b287c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Ant0wan/openai-pr@0.0.1-beta
- uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Generate PR Description
uses: Ant0wan/openai-pr@0.0.1-beta
uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
model: "text-davinci-002"
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Generate PR Description
uses: Ant0wan/openai-pr@0.0.1-beta
uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
template-filepath: ".github/PR_TEMPLATE.md"
Expand Down

0 comments on commit b287c04

Please sign in to comment.