This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
integrity check #83
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: gitartwork from a contribution graph | |
on: | |
push: | |
schedule: | |
- cron: '0 0 * * 0' | |
jobs: | |
build: | |
name: Make gitartwork SVG | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: jasineri/gitartwork@v1 | |
with: | |
# Use this username's contribution graph | |
user_name: Nishanth-Gobi | |
# Text on contribution graph | |
text: NISHANTH | |
- uses: jasineri/simple-push-action@v1 |