fix: takt-review が fork PR で失敗する問題を修正

head.ref(ブランチ名)は fork のブランチを解決できないため head.sha に変更
This commit is contained in:
nrslib 2026-02-28 15:10:01 +09:00
parent fb0b34386f
commit 929557aa86

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ github.event.pull_request.head.ref }} ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4