Skip to content

Commit 3780457

Browse files
committed
fix typo
Signed-off-by: Kent Huang <[email protected]>
1 parent d2761db commit 3780457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recce_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
recce summary --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }} > recce_summary.md
6969
cat recce_summary.md >> $GITHUB_STEP_SUMMARY
70-
# echo '${{ env.NEXT_STEP_MESSAGE }}' >> recce_summary.md
70+
echo '${{ env.NEXT_STEP_MESSAGE }}' >> recce_summary.md
7171
7272
# Handle the case when the recce summary is too long to be displayed in the GitHub PR comment
7373
if [[ `wc -c recce_summary.md | awk '{print $1}'` -ge '65535' ]]; then

0 commit comments

Comments
 (0)