Skip to content

Generate Snake Animation 🐍 #309

Generate Snake Animation 🐍

Generate Snake Animation 🐍 #309

Workflow file for this run

name: Generate Snake Animation 🐍
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Generate snake
uses: Platane/snk@v3
with:
github_user_name: exeptionhandler
outputs: |
dist/github-snake.svg
dist/github-snake-dark.svg?palette=github-dark
- name: Commit snake animation
uses: EndBug/add-and-commit@v9
with:
message: "Actualiza 🐍 snake de contribuciones"
add: "dist/*.svg"