GitHub-Profile-3D-Contrib-2022 #87
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: GitHub-Profile-3D-Contrib-2022 | |
on: | |
# schedule: | |
# - cron: "0 18 * * *" | |
# Runs at 23:59 UTC on Fri. | |
schedule: [{cron: "59 23 * * 5"}] | |
workflow_dispatch: | |
push: {branches: ["master"]} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: generate-github-profile-3d-contrib-2022 | |
steps: | |
- uses: actions/checkout@v3 | |
# - uses: actions/checkout@v2 | |
# - uses: yoshi389111/github-profile-3d-contrib@0.7.0 | |
- name: GitHub-Profile-3D-Contrib-2022 | |
uses: xgqfrms/github-profile-3d-contrib-2022@v0.0.1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
USERNAME: ${{ github.repository_owner }} | |
- name: Commit & Push | |
run: | | |
git config user.name xgqfrms | |
git config user.email xgqfrms@xgqfrms.xyz | |
git add -A . | |
git commit -m "feat: update GitHub 3D Profile π»" | |
git push |