mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
17 lines
365 B
YAML
17 lines
365 B
YAML
name: Contributors
|
|
on:
|
|
schedule:
|
|
- cron: '0 1 * * *' # At 01:00 on every day.
|
|
push:
|
|
branches:
|
|
- rolling
|
|
jobs:
|
|
contributors:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: wow-actions/contributors-list@v1
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
round: true
|
|
svgPath: images/contributors_list.svg
|