Skip to content

Grid snake

Grid snake #1365

Workflow file for this run

name: Grid snake
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 */2 * * *'
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: generate github-contribution-grid-snake.svg
uses: Platane/snk@master
with:
github_user_name: hoangtien2k3qx1
gif_out_path: dist/github-contribution-grid-snake.gif
svg_out_path: dist/github-contribution-grid-snake.svg
- name: Pull
run: git pull origin main
- uses: stefanzweifel/[email protected]
with:
commit_message: "( ͡° ͜ʖ ͡°)🔥ℝ𝔼𝔸𝔻𝕄𝔼 𝕌ℙ𝔻𝔸𝕋𝔼𝔻🔥( ͡° ͜ʖ ͡°)"
file_pattern: dist/github-contribution-grid-snake.svg
commit_user_name: hoangtien2k3qx1
commit_user_email: [email protected]
commit_author: Hoàng Anh Tiến <[email protected]>