Skip to content

3d Stats Github Contributions #38142

3d Stats Github Contributions

3d Stats Github Contributions #38142

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
USERNAME: Zxayleral
- name: Commit & Push
run: |
git config user.name Zxayleral
git config user.email [email protected]
git add -A .
git commit -m "generate stats"
git push