5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:40:12 +08:00

Generate Contributors SVG

This commit is contained in:
Lea Anthony 2023-04-03 08:33:55 +10:00 committed by GitHub
parent ef6366af61
commit ea3b7ed9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/contributors.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Generate Contributors Image
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- master
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: website/static/img/contributors.svg