Skip to content

Update README - gitartwork from a contribution graph #2431

Update README - gitartwork from a contribution graph

Update README - gitartwork from a contribution graph #2431

Workflow file for this run

name: Update README - gitartwork from a contribution graph
on:
push:
schedule:
- cron: '* */24 * * *'
workflow_dispatch:
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: Huluvu424242
# Text on contribution graph
text: Welcome
- uses: jasineri/simple-push-action@v1