Github 3D仓库贡献图

简介: 有趣捏😋

先看效果图😋

教程来喽

创建仓库

创建工作流

创建仓库

创建一个和你名字一样的仓库,并设置为public

创建工作流

新建.github/workflows文件夹,并创建profile-3d.yml文件,写入以下信息

name: GitHub-Profile-3D-Contrib

on:
  schedule: # 03:00 JST == 18:00 UTC
    - cron: "0 18 * * *" #每天18:00触发工作流
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    name: generate-github-profile-3d-contrib
    steps:
      - uses: actions/checkout@v3
      - uses: yoshi389111/github-profile-3d-contrib@0.7.1
        env:
          GITHUB_TOKEN: ${
   
   {
   
    secrets.GITHUB_TOKEN }}
          USERNAME: ${
   
   {
   
    github.repository_owner }}
      - name: Commit & Push
        run: |
          git config user.name github-actions
          git config user.email github-actions@github.com
          git add -A .
          git commit -m "generated"
          git push

在自述文件里添加图片,以下为各种版本

![](./profile-3d-contrib/profile-green-animate.svg)
![](./profile-3d-contrib/profile-green.svg)
![](./profile-3d-contrib/profile-season-animate.svg)
![](./profile-3d-contrib/profile-season.svg)
![](./profile-3d-contrib/profile-south-season-animate.svg)
![](./profile-3d-contrib/profile-south-season.svg)
![](./profile-3d-contrib/profile-night-view.svg)
![](./profile-3d-contrib/profile-night-green.svg)
![](./profile-3d-contrib/profile-night-rainbow.svg)
![](./profile-3d-contrib/profile-gitblock.svg)

上传后执行run workflow就大功告成了,叔叔我呀,真是厉害捏😋

最后,来看看各种不同样式的效果图

相关文章
|
3月前
|
缓存 开发工具 git
GitHub怎么创建仓库上传文件
GitHub怎么创建仓库上传文件
33 0
|
3月前
|
弹性计算 Java API
阿里云OpenAPI的依赖文件通常在阿里云官方文档或者SDK的GitHub仓库中可以找到
【1月更文挑战第5天】【1月更文挑战第21篇】 阿里云OpenAPI的依赖文件通常在阿里云官方文档或者SDK的GitHub仓库中可以找到
100 1
|
4月前
|
安全 网络安全 开发工具
百度搜索:蓝易云【git无法使用git协议clone github仓库问题解决方法】
通过尝试以上解决方法,你应该能够解决无法使用Git协议克隆GitHub仓库的问题。选择适合你网络环境和要求的方法,并根据需要进行相应的配置。
185 2
|
7月前
|
存储 JavaScript 前端开发
SAP Commerce Cloud Github 仓库管理规范
SAP Commerce Cloud Github 仓库管理规范
50 0
|
7月前
|
存储 JavaScript 前端开发
关于 SAP Commerce Cloud Github 仓库需要遵循的规范
关于 SAP Commerce Cloud Github 仓库需要遵循的规范
52 0
关于 SAP Commerce Cloud Github 仓库需要遵循的规范
|
7月前
|
存储 监控 JavaScript
关于 SAP Commerce Cloud 的 Sample Setup Github 仓库
关于 SAP Commerce Cloud 的 Sample Setup Github 仓库
44 0
|
3月前
|
设计模式 前端开发 JavaScript
20个GitHub仓库助你成为React大师
20个GitHub仓库助你成为React大师
|
3月前
|
JavaScript Ubuntu 网络安全
使用github actions,将私有仓库的构建文件发布到另一个公开仓库,并同步到gitee
使用github actions,将私有仓库的构建文件发布到另一个公开仓库,并同步到gitee
95 0
|
4月前
|
开发工具 git
[github配置] 远程访问仓库以及问题解决
[github配置] 远程访问仓库以及问题解决
80 0
|
4月前
|
Shell 开发工具 git
Git - 与GitHub整合时删除仓库和文件
Git - 与GitHub整合时删除仓库和文件
15 0