Skip to content

Commit

Permalink
🔧 openai-generate-pr-descriptionアクションのバージョンをv1.0.2に更新 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 authored Nov 4, 2024
1 parent c56c394 commit a872645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: contains(fromJSON('["renovate[bot]"]'), github.event.pull_request.user.login) == false
steps:
- uses: actions/checkout@v4
- uses: tqer39/[email protected].1
- uses: tqer39/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
open-api-key: ${{ secrets.OPENAI_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: contains(fromJSON('["renovate[bot]"]'), github.event.pull_request.user.login) == false
steps:
- uses: actions/checkout@v4
- uses: tqer39/[email protected].1
- uses: tqer39/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
open-api-key: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit a872645

Please sign in to comment.