File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Grid snake
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+
9+ schedule :
10+ - cron : ' 0 */2 * * *'
11+
12+ concurrency :
13+ group : ${{ github.head_ref || github.ref_name }}
14+ cancel-in-progress : false
15+
16+ jobs :
17+ build :
18+ runs-on : ubuntu-latest
19+
20+ steps :
21+ - uses : actions/checkout@v3
22+
23+ - name : generate github-contribution-grid-snake.svg
24+ uses : Platane/snk@master
25+ with :
26+ github_user_name : hoangtien2k3qx1
27+ gif_out_path : dist/github-contribution-grid-snake.gif
28+ svg_out_path : dist/github-contribution-grid-snake.svg
29+
30+ - name : Pull
31+ run : git pull origin main
32+
33+ - uses : stefanzweifel/git-auto-commit-action@v4.15.1
34+ with :
35+ commit_message : " ( ͡° ͜ʖ ͡°)🔥ℝ𝔼𝔸𝔻𝕄𝔼 𝕌ℙ𝔻𝔸𝕋𝔼𝔻🔥( ͡° ͜ʖ ͡°)"
36+ file_pattern : dist/github-contribution-grid-snake.svg
37+ commit_user_name : hoangtien2k3qx1
38+ commit_user_email : hoangtien2k3qx1@gmail.com
39+ commit_author : Hoàng Anh Tiến <hoangtien2k3qx1@gmail.com>
You can’t perform that action at this time.
0 commit comments