Skip to content

3d Stats Github Contributions #38261

3d Stats Github Contributions

3d Stats Github Contributions #38261

Workflow file for this run

name: 3d Stats Github Contributions
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/github-profile-3d-contrib@0.6.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
USERNAME: Zxayleral
- name: Commit & Push
run: |
git config user.name Zxayleral
git config user.email zachdavid.maregmen@g.msuiit.edu.ph
git add -A .
git commit -m "generate stats"
git push