Skip to content

GitHub-3D-Profile

GitHub-3D-Profile #693

Workflow file for this run

name: GitHub-3D-Profile
on:
schedule: # 03:00 JST == 18:00 UTC
- cron: "0 18 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-3d-contrib-profile
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/github-profile-3d-contrib@0.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ArthurFerreiraRodrigues
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add -A .
git commit -m "Atualizando Gráfico de Commits"
git push