Skip to content

GitHub-Profile-Contribution-Calendar #177

GitHub-Profile-Contribution-Calendar

GitHub-Profile-Contribution-Calendar #177

name: GitHub-Profile-Contribution-Calendar
on:
push:
branches:
- master
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
- name: Commit and push files
uses: EndBug/add-and-commit@v7
with:
author_name: "Github Actions"
author_email: "[email protected]"
message: "πŸ“… Update Contribution Calendar"
add: "."
push: "https://github.com/Mahdi-Hazrati/mahdi-hazrati.git"