Skip to content

Commit

Permalink
Feature/v0.0.20 alpha 20241103 (#25)
Browse files Browse the repository at this point in the history
* 🔧 generate-pr-description.ymlでOpenAIモデルの設定を修正

* 🔧 generate-pr-description.ymlでアクションのバージョンをv0.0.20-alphaに更新
  • Loading branch information
tqer39 authored Nov 3, 2024
1 parent 9d57f85 commit fa506da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tqer39/[email protected].19-alpha
- uses: tqer39/[email protected].20-alpha
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
openai-model: "gpt-4o"
openai-language: "ja"
openai-model: "gpt-4o"

0 comments on commit fa506da

Please sign in to comment.