We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2761db commit 3780457Copy full SHA for 3780457
.github/workflows/recce_ci.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
recce summary --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }} > recce_summary.md
69
cat recce_summary.md >> $GITHUB_STEP_SUMMARY
70
- # echo '${{ env.NEXT_STEP_MESSAGE }}' >> recce_summary.md
+ echo '${{ env.NEXT_STEP_MESSAGE }}' >> recce_summary.md
71
72
# Handle the case when the recce summary is too long to be displayed in the GitHub PR comment
73
if [[ `wc -c recce_summary.md | awk '{print $1}'` -ge '65535' ]]; then
0 commit comments