3d Stats Github Contributions #38167
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/[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 |