Skip to content

Commit fef1c51

Browse files
authored
Merge pull request github#6383 from github/repo-sync
repo sync
2 parents c9e81a1 + 1db7696 commit fef1c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)