Skip to content

Commit b9002d7

Browse files
authored
Fix path to main_rev_checklist.md in workflow
1 parent d4cd6e7 commit b9002d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Replace reviewer name in checklist template
2020
run: |
2121
ASSIGNEE=${{ env.ASSIGNEE }}
22-
sed "s/__MAINREV__/$ASSIGNEE/g" .github/workflows/main_rev_checklist.md > filled_checklist.md
22+
sed "s/__MAINREV__/$ASSIGNEE/g" main_rev_checklist.md > filled_checklist.md
2323
2424
# Step 3: Post the filled checklist as a comment on the PR
2525
- name: Post checklist as a comment

0 commit comments

Comments
 (0)