Compare commits

...

3 commits

Author SHA1 Message Date
leaanthony
4c05c0bd30 chore: update contributors.svg 2023-04-02 22:55:17 +00:00
Lea Anthony
b38ad7c7f1 Add initial svg 2023-04-03 08:54:45 +10:00
Lea Anthony
acfca594f2 Debug contrib image 2023-04-03 08:53:11 +10:00
2 changed files with 489 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- master
- 'v2/update-contrib-svg'
jobs:
contributors:
@ -13,10 +13,11 @@ jobs:
if: github.repository == 'wailsapp/wails'
steps:
- uses: actions/checkout@v3
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: website/static/img/contributors.svg
svgPath: ./website/static/img/contributors.svg
noCommit: true
- name: Create Pull Request

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 MiB