diff --git a/.github/workflows/add-review-template.yml b/.github/workflows/add-review-template.yml index 380cfdb6d6..55216a0ec1 100644 --- a/.github/workflows/add-review-template.yml +++ b/.github/workflows/add-review-template.yml @@ -22,7 +22,7 @@ jobs: # Jump through some hoops to work with a multi-line file - name: Store review template in variable run: | - TEMPLATE=$(cat .github/workflows/review-template.md) + TEMPLATE=$(cat .github/review-template.md) echo "TEMPLATE<> $GITHUB_ENV echo "$TEMPLATE" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV