From 6d05a3ac4de388638d60c0c61ea663601d877fe3 Mon Sep 17 00:00:00 2001 From: hahwul Date: Sun, 12 Nov 2023 01:07:52 +0900 Subject: [PATCH] Update contributors action --- .github/workflows/contributors.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 65871a2..087bf03 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,7 +1,5 @@ name: Contributors on: - schedule: - - cron: '0 4 * * 0' push: branches: - main @@ -15,7 +13,7 @@ jobs: contributors: runs-on: ubuntu-latest steps: - - uses: bubkoo/contributors-list@v1 + - uses: wow-actions/contributors-list@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} round: true