mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-04 11:57:44 +01:00
14 lines
329 B
YAML
14 lines
329 B
YAML
name: Contributors
|
|
on: workflow_dispatch
|
|
jobs:
|
|
contributors:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: wow-actions/contributors-list@v1
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
svgPath: .github/CONTRIBUTORS.svg
|
|
round: true
|
|
count: 20
|
|
includeBots: false
|