How to enable GitHub Actions on your Profile README for a snake-eating contribution graph 🐍 - DEV Community
Platane/Platane (github.com)
① 创建New repository 名字和你自己的Github 用户名一样。

② 创建之后,再这个Zero-coder仓库下创建一个workflows文件夹,不会创建文件夹的看这个:
GitHub上如何创建文件夹_gitlab 銝要ew file-CSDN博客

③ 然后点击“Actions”

④ 点击 New workflow

 会默认生成一个blank.yml文件,然后你在这个文件里面把Platane/.github/workflows/main.yml at master · Platane/Platane
 会默认生成一个blank.yml文件,然后你在这个文件里面把Platane/.github/workflows/main.yml at master · Platane/Platane 
里面的main.yml的内容复制到blank.yml里面,然后点击 Commit changes.


生成完成之后, 有个带√的小绿标。✅
⑤ 然后再README.md中复制这个代码

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake.svg">
  <img alt="github contribution grid snake animation" src="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake.svg">
</picture>最后刷新刷新,就看到啦~

![[C国演义] 第十五章](https://img-blog.csdnimg.cn/13be8dae6e4e4a98950ed27ad7e90a23.png)


















