Skip to content

GitHub-Profile-3D-Contrib #715

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #715

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.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
- name: push profile-3d-contrib
uses: crazy-max/ghaction-github-pages@v2.5.0
with:
target_branch: profile-3d-contrib
build_dir: profile-3d-contrib
author: sy-records <52o@qq52o.cn>
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}