Skip to content

GitHub-Profile-3D-Contrib #235

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #235

Workflow file for this run

name: GitHub-Profile-3D-Contrib
on:
schedule: # 03:00 JST == 18:00 UTC
- cron: "0 18 * * *"
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.5.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
USERNAME: ${{ github.repository_owner }}
- name: Commit & Push
run: |
git config user.name amirsaeed671
git config user.email amir.saeed.ali92@gmail.com
git add -A .
git commit -m "generated"
git push