Update README - gitartwork from a contribution graph #2441
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: 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 |