3d Stats Github Contributions #38261
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |