File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 | sed -E \
9999 -e 's/\r//g' \
100100 -e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
101- -e 's/^##\[group\](.*)/<details><summary><b>\1<\/b> <\/summary><pre>/g' \
101+ -e 's/^##\[group\](.*)/<details><summary>\1 <\/summary><pre>/g' \
102102 -e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103103 -e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
104104 >> "$GITHUB_STEP_SUMMARY"
@@ -107,7 +107,7 @@ jobs:
107107 run : |
108108 echo '# Artifacts' >> "$GITHUB_STEP_SUMMARY"
109109 echo '| Name | Size |' >> "$GITHUB_STEP_SUMMARY"
110- echo '| :--- | : ---: |' >> "$GITHUB_STEP_SUMMARY"
110+ echo '| :--- | ---: |' >> "$GITHUB_STEP_SUMMARY"
111111 gh api /repos/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id/artifacts \
112112 -q '[.artifacts[]] | sort_by(.size_in_bytes) | reverse | .[] |
113113 if .size_in_bytes < 1048576 then
You can’t perform that action at this time.
0 commit comments