From 1bfa3ff8beae921004e8eb0a34e79fc27b3a533f Mon Sep 17 00:00:00 2001 From: GMP Sankalpa Date: Sun, 24 Mar 2024 23:25:38 +0530 Subject: [PATCH] Update snake.yml --- .github/workflows/snake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml index 53fc645..fed4b42 100644 --- a/.github/workflows/snake.yml +++ b/.github/workflows/snake.yml @@ -2,7 +2,7 @@ name: Generate snake animation on: schedule: # execute every 12 hours - - cron: "* */12 * * *" + - cron: "0 */12 * * *" workflow_dispatch: @@ -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 @@ -31,4 +31,4 @@ jobs: target_branch: output build_dir: dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}