···9999 </Row>
100100 <Row style={styles.row}>
101101 <Column>
102102- <Markdown
103103- markdownCustomStyles={{
104104- p: { fontSize: 14, lineHeight: 24 },
105105- h1: { fontSize: 24, lineHeight: 32 },
106106- h2: { fontSize: 20, lineHeight: 28 },
107107- h3: { fontSize: 16, lineHeight: 24 },
108108- h4: { fontSize: 14, lineHeight: 24 },
109109- h5: { fontSize: 12, lineHeight: 20 },
110110- h6: { fontSize: 10, lineHeight: 16 },
111111- li: { fontSize: 14, lineHeight: 24 },
112112- hr: { borderColor: colors.border },
113113- }}
114114- >
115115- {message}
116116- </Markdown>
102102+ <Markdown>{message}</Markdown>
117103 </Column>
118104 </Row>
119105 </Layout>
···131117 date: new Date().toISOString(),
132118 message: `
133119**Status**: Partial Service Restored
120120+134121**GitHub Runners**: Operational
135135-**Cache Action**: Degraded
122122+123123+**Cache Action**: Degraded
136124137137----
125125+---
138126139139-### What’s Changed
127127+### What’s Changed
140128141141-- All queued workflows are now being picked up and completed successfully.
142142-- 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.
129129+- All queued workflows are now being picked up and completed successfully.
130130+- 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.
143131144144-### Mitigation In Progress
132132+### Mitigation In Progress
145133146146-- Collaborating with GitHub Support to resolve any upstream issues.
134134+- Collaborating with GitHub Support to resolve any upstream issues.
147135148148-### Next Update
136136+### Next Update
149137150138We’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.
151139 `,