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 e5be295 commit 856f3d0Copy full SHA for 856f3d0
.github/workflows/preview-fern-docs.yml
@@ -57,5 +57,5 @@ jobs:
57
issue_number: context.issue.number,
58
owner: context.repo.owner,
59
repo: context.repo.repo,
60
- body: '## 🌿 Documentation Preview\n\n| Name | Preview | Updated (UTC) |\n| :--- | :------ | :------ |\n| **Alchemy Docs** | [Visit Preview](${{ steps.generate-docs.outputs.preview_url }}) | ' + new Date().toISOString().replace('T', ' ').replace('Z', '') + ' |\n\n>'
+ body: '## 🌿 Documentation Preview\n\n| Name | Preview | Updated (UTC) |\n| :--- | :------ | :------ |\n| **Alchemy Docs** | [Visit Preview](${{ steps.generate-docs.outputs.preview_url }}) | ' + new Date().toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', hour: 'numeric', minute: '2-digit', hour12: true }).replace(',', '') + ' |\n\n>'
61
});
0 commit comments