diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6556280db..2921b922a 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -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 diff --git a/website/static/img/contributors.svg b/website/static/img/contributors.svg new file mode 100644 index 000000000..7c99f32e5 --- /dev/null +++ b/website/static/img/contributors.svg @@ -0,0 +1 @@ + \ No newline at end of file