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 991bf7e commit 3ed323aCopy full SHA for 3ed323a
1 file changed
.github/workflows/deploy.yml
@@ -96,10 +96,11 @@ jobs:
96
| awk '/generator\.dll"/ {f=1} /upload-artifact/ {f=0} f' \
97
| cut -f3- | cut -d' ' -f2- \
98
| sed -E \
99
- -e 's/\x1b\[[0-9;]*m//g' \
100
- -e 's/^::warning(.*)::(.*)/##Warning:## \2/g' \
101
- -e 's/^::group::(.*)/#### \1/g' \
102
- -e 's/^::endgroup:://g' \
+ -e "s/"$'\x1b'"\[[0-9;]*[a-zA-Z]//g" \
+ -e 's/\r//g' \
+ -e 's/^##\[group\](.*)/<details><summary><b>\1<\/b><\/summary><pre>/g' \
+ -e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103
+ -e 's/^##\[warning\](.*)/<blockquote><b>Warning:<\/b> \1<\/blockquote>/g' \
104
>> "$GITHUB_STEP_SUMMARY"
105
106
- name: Print artifacts summary
0 commit comments