# 如何让GitHub的代码墙自动变绿


By [GMFUCK](https://paragraph.com/@gmfuck) · 2023-06-21

---

[https://github.com/justjavac/auto-green](https://github.com/justjavac/auto-green)

[https://twitter.com/gma\_dddkd](https://twitter.com/gma_dddkd)

俺推特 互关呀

**第一部 打开网址**

**第二步创建存储库名称随意名称即可**

![](https://storage.googleapis.com/papyrus_images/3b5aafb4e0b5b31e1332b7839561700c0f125b0e722a25202d20470853b6bcd5.png)

![](https://storage.googleapis.com/papyrus_images/6778fe743fd7aff738c4c33ff20a3b9e14810b7d21bf705a358162b5b385872b.png)

保存~

第三步修改一下代码

![](https://storage.googleapis.com/papyrus_images/37aed79a16389c38f7d308abe43613b315c3a6f7c4eb886f8d6984def1020c5c.png)

把第七第八行， # 删掉， 第八行 cron: "0 0 \* \* " 改成 cron: " \* \* \* \*"

第四步

23 行改成你的 GitHub 邮箱

24 行 改成你 GitHub 名称

![](https://storage.googleapis.com/papyrus_images/1f2603723cb4468850615292fd7acf7984cedce47d07ddb162a7c4adb407505b.png)

![](https://storage.googleapis.com/papyrus_images/1a8886c0564833536fa37469b3fde11b3e6ee022ca8caa26af0ba6592b74fd1e.png)

---

*Originally published on [GMFUCK](https://paragraph.com/@gmfuck/github)*
