mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:22:01 +08:00
Generate Contributors SVG
This commit is contained in:
parent
ef6366af61
commit
ea3b7ed9dd
17
.github/workflows/contributors.yml
vendored
Normal file
17
.github/workflows/contributors.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user