Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpsankalpa authored Mar 24, 2024
1 parent 8a3760a commit 1bfa3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate snake animation

on:
schedule: # execute every 12 hours
- cron: "* */12 * * *"
- cron: "0 */12 * * *"

workflow_dispatch:

Expand All @@ -21,7 +21,7 @@ jobs:
- name: generate snake.svg
uses: Platane/snk/svg-only@v3
with:
github_user_name: ${{ github.repository_owner }}
github_user_name: sankacrew
outputs: dist/snake.svg?palette=github-dark


Expand All @@ -31,4 +31,4 @@ jobs:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1bfa3ff

Please sign in to comment.