File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,10 @@ jobs:
76
76
77
77
# Handle the case when the recce summary is too long to be displayed in the GitHub PR comment
78
78
if [[ `wc -c recce_summary.md | awk '{print $1}'` -ge '65535' ]]; then
79
- cat << EOF
80
- # Recce Summary
81
- The recce summary is too long to be displayed in the GitHub PR comment.
82
- Please check the summary detail in the [Job Summary](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}) page.
83
-
84
- ${{ env.NEXT_STEP_MESSAGE }}
85
- EOF > recce_summary.md
79
+ echo '# Recce Summary
80
+ The recce summary is too long to be displayed in the GitHub PR comment.
81
+ Please check the summary detail in the [Job Summary](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}) page.
82
+ ${{ env.NEXT_STEP_MESSAGE }}' > recce_summary.md
86
83
fi
87
84
88
85
env :
You can’t perform that action at this time.
0 commit comments