Skip to content

3D Contribution Graph #65

3D Contribution Graph

3D Contribution Graph #65

Workflow file for this run

name: 3D Contribution Graph
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: YasushikoX
- name: Commit
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add -A
git commit -m "update 3d contrib" || true
git push