From 9abbeb3d39c71d37c13e3c2f8a3ac155d747bafb Mon Sep 17 00:00:00 2001 From: Evgencheg <73418250+Evgencheg@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:39:57 +0300 Subject: [PATCH] Update update-credits.yml --- .github/workflows/update-credits.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index d17ff7ed84b..71f7c5edc53 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -2,13 +2,15 @@ name: Update Contrib and Patreons in credits on: workflow_dispatch: + schedule: + - cron: 0 0 * * 0 jobs: get_credits: runs-on: ubuntu-latest # Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo # Do this in dump_github_contributors.ps1 too into your own repo - if: github.repository == 'Simple-Station/Einstein-Engines' + if: github.repository == 'Lost-Paradise-Project/Lost-Paradise' steps: - uses: actions/checkout@v3.6.0