diff --git a/.github/workflows/pr-review-brief.yml b/.github/workflows/pr-review-brief.yml index 9641d44..7c22455 100644 --- a/.github/workflows/pr-review-brief.yml +++ b/.github/workflows/pr-review-brief.yml @@ -50,13 +50,15 @@ jobs: - name: Generate review brief env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + working-directory: ${{ github.workspace }} run: | python scripts/ci/review_brief.py \ --base ${{ github.event.pull_request.base.sha }} \ --head ${{ github.event.pull_request.head.sha }} \ - --pr ${{ github.event.pull_request.number }} \ + --pr ${{ github.event.pull_request.number }} \ --repo ${{ github.repository }} > brief.md + - name: Publish review brief comment uses: peter-evans/create-or-update-comment@v4 with: