GitHub: Delete contributors.yml action and contributors.svg

SVGs are ugly and way too large for our use.
This commit is contained in:
Michael Mayer 2022-05-10 22:29:39 +02:00
parent 7b376c7460
commit a2b77bca11
2 changed files with 0 additions and 329 deletions

View file

@ -1,17 +0,0 @@
name: Contributors
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- develop
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.SVG_TOKEN }}
commitMessage: 'CI: Update contributors.svg'
svgPath: 'assets/static/img/contributors.svg'
affiliation: 'all'

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 MiB