mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-11 23:29:35 -05:00
Merge pull request #94 from hahwul/hahwul-dev
Update contributors action
This commit is contained in:
commit
30a37da6f4
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user