Skip to content

Commit

Permalink
Merge pull request #94 from hahwul/hahwul-dev
Browse files Browse the repository at this point in the history
Update contributors action
  • Loading branch information
hahwul authored Nov 11, 2023
2 parents e5ef48d + 6d05a3a commit 30a37da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Contributors
on:
schedule:
- cron: '0 4 * * 0'
push:
branches:
- main
Expand All @@ -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
Expand Down

0 comments on commit 30a37da

Please sign in to comment.