mirror of https://github.com/CGAL/cgal
Update list_workflow_last_run.yml
specify the charset of the HTML
This commit is contained in:
parent
52b5472aaa
commit
3e5e5d66f1
|
|
@ -26,7 +26,7 @@
|
||||||
run: |
|
run: |
|
||||||
delimiter="$(openssl rand -hex 8)"
|
delimiter="$(openssl rand -hex 8)"
|
||||||
echo "message<<${delimiter}" >> "${GITHUB_OUTPUT}"
|
echo "message<<${delimiter}" >> "${GITHUB_OUTPUT}"
|
||||||
echo "Subject:List workflow run \nContent-Type: text/html\n" >> "${GITHUB_OUTPUT}"
|
echo "Subject:List workflow run \nContent-Type: text/html; charset=\"UTF-8\"\n" >> "${GITHUB_OUTPUT}"
|
||||||
echo "<html><body>" >> "${GITHUB_OUTPUT}"
|
echo "<html><body>" >> "${GITHUB_OUTPUT}"
|
||||||
cat output.html >> "${GITHUB_OUTPUT}"
|
cat output.html >> "${GITHUB_OUTPUT}"
|
||||||
echo "</body></html>" >> "${GITHUB_OUTPUT}"
|
echo "</body></html>" >> "${GITHUB_OUTPUT}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue