From acfca594f2bd5b7721f8a8cc180f51f6721c9f4b Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 3 Apr 2023 08:53:11 +1000 Subject: [PATCH 1/2] Debug contrib image --- .github/workflows/contributors.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6556280db..6e21c224d 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,17 @@ jobs: if: github.repository == 'wailsapp/wails' steps: - uses: actions/checkout@v3 + + - name: Show files + run: ls -la + + - name: Show full path + run: ls -la ./website/static/img + - 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 From b38ad7c7f1eb7d1082f47795083857b6afbdffc9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 3 Apr 2023 08:54:45 +1000 Subject: [PATCH 2/2] Add initial svg --- .github/workflows/contributors.yml | 6 ------ website/static/img/contributors.svg | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 website/static/img/contributors.svg diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6e21c224d..2921b922a 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,12 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Show files - run: ls -la - - - name: Show full path - run: ls -la ./website/static/img - - uses: wow-actions/contributors-list@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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