Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

integrity check

integrity check #83

Workflow file for this run

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