Skip to content

Commit 4c07580

Browse files
committed
Fix environment variable export for review in code review workflow
1 parent c724142 commit 4c07580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "$REVIEW"
139139
140140
# Export REVIEW for the next step
141-
echo "review<<EOF" >> $GITHUB_ENV
141+
echo "REVIEW<<EOF" >> $GITHUB_ENV
142142
echo "$REVIEW" >> $GITHUB_ENV
143143
echo "EOF" >> $GITHUB_ENV
144144

0 commit comments

Comments
 (0)