Openstatus www.openstatus.dev

fix markdown on status update (#1534)

* fix markdown on status update

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
97994357 e75719a8

+11 -23
+11 -23
packages/emails/emails/status-report.tsx
··· 99 99 </Row> 100 100 <Row style={styles.row}> 101 101 <Column> 102 - <Markdown 103 - markdownCustomStyles={{ 104 - p: { fontSize: 14, lineHeight: 24 }, 105 - h1: { fontSize: 24, lineHeight: 32 }, 106 - h2: { fontSize: 20, lineHeight: 28 }, 107 - h3: { fontSize: 16, lineHeight: 24 }, 108 - h4: { fontSize: 14, lineHeight: 24 }, 109 - h5: { fontSize: 12, lineHeight: 20 }, 110 - h6: { fontSize: 10, lineHeight: 16 }, 111 - li: { fontSize: 14, lineHeight: 24 }, 112 - hr: { borderColor: colors.border }, 113 - }} 114 - > 115 - {message} 116 - </Markdown> 102 + <Markdown>{message}</Markdown> 117 103 </Column> 118 104 </Row> 119 105 </Layout> ··· 131 117 date: new Date().toISOString(), 132 118 message: ` 133 119 **Status**: Partial Service Restored 120 + 134 121 **GitHub Runners**: Operational 135 - **Cache Action**: Degraded 122 + 123 + **Cache Action**: Degraded 136 124 137 - --- 125 + --- 138 126 139 - ### What’s Changed 127 + ### What’s Changed 140 128 141 - - All queued workflows are now being picked up and completed successfully. 142 - - Jobs are running normally on our GitHub App. ### Current Issue: Cache Action Unavailable Attempts to re-publish our action to GitHub Marketplace are returning 500 Internal Server Errors. This prevents the updated versions from going live. 129 + - All queued workflows are now being picked up and completed successfully. 130 + - Jobs are running normally on our GitHub App. ### Current Issue: Cache Action Unavailable Attempts to re-publish our action to GitHub Marketplace are returning 500 Internal Server Errors. This prevents the updated versions from going live. 143 131 144 - ### Mitigation In Progress 132 + ### Mitigation In Progress 145 133 146 - - Collaborating with GitHub Support to resolve any upstream issues. 134 + - Collaborating with GitHub Support to resolve any upstream issues. 147 135 148 - ### Next Update 136 + ### Next Update 149 137 150 138 We’ll post another update by **19:00 UTC** today or sooner if critical developments occur. We apologize for the inconvenience and appreciate your patience as we restore full cache functionality. 151 139 `,