Skip to content

Make new snake graphic #1721

Make new snake graphic

Make new snake graphic #1721

Workflow file for this run

name: Make new snake graphic
on:
schedule: # execute every 24 hours
- cron: "0 */24 * * *"
workflow_dispatch:
jobs:
build:
name: Jobs to update datas
runs-on: ubuntu-latest
steps:
# Snake Animation
- uses: Platane/snk@master
id: snake-gif
with:
github_user_name: sdevore
svg_out_path: dist/github-contribution-grid-snake.svg
- uses: crazy-max/[email protected]
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}