Skip to content

Commit 384f3c6

Browse files
authored
Use body-path for checklist in main-reviewer.yml
1 parent 221c35f commit 384f3c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main-reviewer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
issue-number: ${{ github.event.pull_request.number }}
34-
body: |
35-
$(cat filled_checklist.md)
34+
body-path: filled_checklist.md

0 commit comments

Comments
 (0)