Skip to content

Commit 133bd7e

Browse files
committed
fix star graph
1 parent f3fea1b commit 133bd7e

2 files changed

Lines changed: 33 additions & 9 deletions

File tree

.github/workflows/star-history.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Star History
2+
3+
on:
4+
schedule:
5+
- cron: "17 */6 * * *"
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
concurrency:
12+
group: star-history
13+
cancel-in-progress: false
14+
15+
jobs:
16+
update:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v6
20+
- uses: narayann7/star-history-action@29310fc87122228fe128d811f14027be3ca99601
21+
with:
22+
repos: AmberSahdev/Open-Interface
23+
output-dir: assets/star-history
24+
themes: light
25+
type: Date
26+
update-readme: true
27+
readme: README.md
28+
readme-format: picture

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -243,21 +243,17 @@ Open Interface
243243
+----------------------------------------------------+
244244
```
245245

246-
---
246+
---
247247

248248
### <ins>Star History</ins> ⭐️
249249

250+
<!-- star-history:start -->
250251
<a href="https://www.star-history.com/?repos=AmberSahdev%2FOpen-Interface&type=date&legend=top-left">
251-
<picture>
252-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=AmberSahdev/Open-Interface&type=date&theme=dark&legend=top-left&sealed_token=IgBsnKBlQM60goJK9DF5RRfBYxTQ0MKLj7IodpL7BlmJuAQhIy0PsL4HelQBH3sKtW42Z7HxyBpYe2orSGZ9FdgHV3J8zSOZDMVUwqBa5FqIYsVKa5D0z22igWLHB6wLRXVV1_0577Bv6CKchloATHxBaDeaKTZHD5KHaPXBi27my5z-0DKts1sxZPmo" />
253-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=AmberSahdev/Open-Interface&type=date&legend=top-left&sealed_token=IgBsnKBlQM60goJK9DF5RRfBYxTQ0MKLj7IodpL7BlmJuAQhIy0PsL4HelQBH3sKtW42Z7HxyBpYe2orSGZ9FdgHV3J8zSOZDMVUwqBa5FqIYsVKa5D0z22igWLHB6wLRXVV1_0577Bv6CKchloATHxBaDeaKTZHD5KHaPXBi27my5z-0DKts1sxZPmo" />
254-
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=AmberSahdev/Open-Interface&type=date&legend=top-left&sealed_token=IgBsnKBlQM60goJK9DF5RRfBYxTQ0MKLj7IodpL7BlmJuAQhIy0PsL4HelQBH3sKtW42Z7HxyBpYe2orSGZ9FdgHV3J8zSOZDMVUwqBa5FqIYsVKa5D0z22igWLHB6wLRXVV1_0577Bv6CKchloATHxBaDeaKTZHD5KHaPXBi27my5z-0DKts1sxZPmo" />
255-
</picture>
252+
<img alt="Star history" src="https://api.star-history.com/chart?repos=AmberSahdev/Open-Interface&type=date&legend=top-left&sealed_token=IgBsnKBlQM60goJK9DF5RRfBYxTQ0MKLj7IodpL7BlmJuAQhIy0PsL4HelQBH3sKtW42Z7HxyBpYe2orSGZ9FdgHV3J8zSOZDMVUwqBa5FqIYsVKa5D0z22igWLHB6wLRXVV1_0577Bv6CKchloATHxBaDeaKTZHD5KHaPXBi27my5z-0DKts1sxZPmo">
256253
</a>
254+
<!-- star-history:end -->
257255

258-
## Star History
259-
260-
[![Star History Chart](https://api.star-history.com/chart?repos=AmberSahdev/Open-Interface&type=date&legend=top-left&sealed_token=IgBsnKBlQM60goJK9DF5RRfBYxTQ0MKLj7IodpL7BlmJuAQhIy0PsL4HelQBH3sKtW42Z7HxyBpYe2orSGZ9FdgHV3J8zSOZDMVUwqBa5FqIYsVKa5D0z22igWLHB6wLRXVV1_0577Bv6CKchloATHxBaDeaKTZHD5KHaPXBi27my5z-0DKts1sxZPmo)](https://www.star-history.com/?repos=AmberSahdev%2FOpen-Interface&type=date&legend=top-left)
256+
---
261257

262258
### <ins>Links</ins> 🔗
263259
- Check out more of my projects at [AmberSah.dev](https://AmberSah.dev).

0 commit comments

Comments
 (0)