File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ jobs:
119119 - name : Summarize the optimization run
120120 run : |
121121 echo '# Optimization run' >> "$GITHUB_STEP_SUMMARY"
122- opt_log = $(gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
123- | awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
124- | cut -f3- | cut -d' ' -f2- \
125- | sed -E -e 's/\r//g' -e 's/\^\[\[[0-9;]*[a-zA-Z]//g')
122+ opt_log= $(gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
123+ | awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
124+ | cut -f3- | cut -d' ' -f2- \
125+ | sed -E -e 's/\r//g' -e 's/\^\[\[[0-9;]*[a-zA-Z]//g')
126126
127127 echo "$opt_log" | grep '^##\[warning\]' | sed -E 's/^##\[warning\](.*)/\n> [!WARNING]\n> \1/' >> "$GITHUB_STEP_SUMMARY"
128128
@@ -131,7 +131,6 @@ jobs:
131131 echo "$opt_log" | grep '^##\[notice\]' | sed -E 's/^##\[notice\](.*)/- \1\n/' >> "$GITHUB_STEP_SUMMARY"
132132 echo -e "\n</pre></details>" >> "$GITHUB_STEP_SUMMARY"
133133 fi
134- >> "$GITHUB_STEP_SUMMARY"
135134
136135 - name : Summarize artifacts
137136 run : |
You can’t perform that action at this time.
0 commit comments