We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cbe5c commit f3f19f2Copy full SHA for f3f19f2
1 file changed
.github/workflows/sponsors.yml
@@ -19,6 +19,7 @@ jobs:
19
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a> '
20
maximum: 2499
21
active-only: false
22
+ include-private: true
23
24
- name: Generate Sponsors 💖
25
uses: JamesIves/github-sponsors-readme-action@v1
@@ -29,6 +30,7 @@ jobs:
29
30
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="80px" alt="{{{ login }}}" /></a> '
31
marker: 'premium'
32
33
34
35
- name: Deploy to GitHub Pages
36
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments