We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644cb35 commit f86c712Copy full SHA for f86c712
.github/workflows/sponsors.yml
@@ -18,6 +18,7 @@ jobs:
18
file: 'README.md'
19
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a> '
20
maximum: 9999
21
+ organization: true
22
23
- name: Generate Sponsors 💖
24
uses: JamesIves/github-sponsors-readme-action@v1.0.8
@@ -27,6 +28,7 @@ jobs:
27
28
minimum: 10000
29
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="80px" alt="{{{ login }}}" /></a> '
30
marker: 'premium'
31
32
33
- name: Deploy to GitHub Pages
34
uses: JamesIves/github-pages-deploy-action@v4.3.3
0 commit comments