mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-11 23:29:35 -05:00
Update contributors action
This commit is contained in:
parent
9a68d51f1f
commit
6d05a3ac4d
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
@ -1,7 +1,5 @@
|
|||||||
name: Contributors
|
name: Contributors
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 4 * * 0'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@ -15,7 +13,7 @@ jobs:
|
|||||||
contributors:
|
contributors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: bubkoo/contributors-list@v1
|
- uses: wow-actions/contributors-list@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
round: true
|
round: true
|
||||||
|
Loading…
Reference in New Issue
Block a user