File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 retention-days : 1
7070
7171 get_result :
72- name : ${{ matrix.site }} deployment
72+ name : Watch ${{ matrix.site }} deployment
7373 needs : [setup_array, start_array]
7474 runs-on : ubuntu-slim
7575 environment : deploy_watch
@@ -91,16 +91,16 @@ jobs:
9191
9292 - name : Print converter output
9393 run : |
94- echo '# Converter output'
94+ echo '# Converter output' >> "$GITHUB_STEP_SUMMARY"
9595 gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log \
9696 | awk '/generator\.dll"/ {f=1} /upload-artifact/ {f=0} f' \
9797 | cut -f3- | cut -d' ' -f2- \
9898 | sed -E \
99- -e "s/"$'\x1b'"\[[0-9;]*[a-zA-Z]//g" \
10099 -e 's/\r//g' \
100+ -e "s/\^\[\[[0-9;]*[a-zA-Z]//g' \
101101 -e 's/^##\[group\](.*)/<details><summary><b>\1<\/b><\/summary><pre>/g' \
102102 -e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103- -e 's/^##\[warning\](.*)/<blockquote><b>Warning:<\/b > \1<\/blockquote> /g' \
103+ -e 's/^##\[warning\](.*)/> [!WARNING]\n > \1/g' \
104104 >> "$GITHUB_STEP_SUMMARY"
105105
106106 - name : Print artifacts summary
You can’t perform that action at this time.
0 commit comments