Skip to content

Commit

Permalink
Merge pull request #210 from ThomasAribart/improve-readme-sponsor-dis…
Browse files Browse the repository at this point in the history
…play

improve readme sponsors display
  • Loading branch information
ThomasAribart authored Sep 2, 2024
2 parents 49da49b + e4b58f6 commit 1a84365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-readme-sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
ref: main

- name: 💖 Sync README sponsors
uses: JamesIves/github-sponsors-readme-action@v1
uses: JamesIves/github-sponsors-readme-action@v1.5.0
with:
token: ${{ secrets.PAT }}
file: README.md
template: <td align="center"><a href="https://github.com/{{ login }}"><img src="https://github.com/{{ login }}.png" width="80px" alt="{{ name }}" /></br><span>{{ name }}</span></a></td>
template: <a href="https://github.com/{{ login }}"><img src="https://github.com/{{ login }}.png" width="50px" alt="{{ name }}" title="{{ name }}"/></a>&nbsp;&nbsp;
active-only: false

- name: 💾 Commit README
uses: EndBug/add-and-commit@v9.1.3
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

💖 _Huge thanks to the [sponsors](https://github.com/sponsors/ThomasAribart) who help me maintain this repo:_

<table align="center"><tbody><tr><td align="center"><a href="https://github.com/theodo"><img src="https://github.com/theodo.png" width="80px" alt="Theodo" /><br/><span>Theodo</span></a></td><!-- sponsors --><td align="center"><a href="https://github.com/getsentry"><img src="https://github.com/getsentry.png" width="80px" alt="Sentry" /></br><span>Sentry</span></a></td><!-- sponsors --><td align="center"><a href="https://github.com/sponsors/ThomasAribart"><img src="assets/plus-sign.png" width="55px" alt="Plus sign" /></br>Your Brand</br>Here</a></td></tr></tbody></table>
<p align="center">
<a href="https://www.theodo.fr/"><img src="https://github.com/theodo.png" width="50px" alt="Theodo" title="Theodo"/></a></td>&nbsp;&nbsp;
<!-- sponsors --><!-- sponsors -->
<a href="https://github.com/sponsors/ThomasAribart"><img src="assets/plus-sign.png" width="50px" alt="Plus sign" title="Your brand here!"/></a>
</p>

# Stop typing twice 🙅‍♂️

Expand Down

0 comments on commit 1a84365

Please sign in to comment.