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 a278f1a commit 0251f7fCopy full SHA for 0251f7f
1 file changed
.github/workflows/deploy.yml
@@ -183,13 +183,13 @@ jobs:
183
| sed -E \
184
-e 's/\r//g' \
185
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
186
- -e 's/^##\[group\](.*)/<details><summary>\1<\/summary>/g' \
+ -e 's/^##\[group\](.*)/<details><summary>\1<\/summary>\n/g' \
187
-e 's/^##\[endgroup\]/<\/details>/g' \
188
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
189
| awk -v sha="$run_sha" -v site="${{ matrix.site }}" '
190
/^File: / {
191
file_path = $2
192
- print "\n- File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
+ print "- File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
193
next
194
}
195
/^[[:space:]]+Ln [0-9]+,/ {
0 commit comments