Skip to content

Commit 82864d0

Browse files
Update add-review-template.yml (github#19311)
Pointing to the template Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
1 parent 42c8bd5 commit 82864d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-review-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Jump through some hoops to work with a multi-line file
2323
- name: Store review template in variable
2424
run: |
25-
TEMPLATE=$(cat .github/workflows/review-template.md)
25+
TEMPLATE=$(cat .github/review-template.md)
2626
echo "TEMPLATE<<EOF" >> $GITHUB_ENV
2727
echo "$TEMPLATE" >> $GITHUB_ENV
2828
echo "EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)