Skip to content

Commit 1d73d87

Browse files
committed
Fix sponsorship template
1 parent 0aab193 commit 1d73d87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scheduled-task_update-sponsors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: JamesIves/github-sponsors-readme-action@v1
1515
with:
1616
organization: true
17-
minimum: 5000
18-
maximum: 5000
19-
fallback: 'No bronze sponsors yet. [Become a sponsor →](https://github.com/sponsors/serversideup)'
17+
minimum: 4900
18+
maximum: 5100
19+
fallback: 'No bronze sponsors yet. <a href="https://github.com/sponsors/serversideup">Become a sponsor →</a>'
2020
token: ${{ secrets.SPONSORS_README_ACTION_PERSONAL_ACCESS_TOKEN }}
2121
marker: 'bronze'
2222
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="40px" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'

0 commit comments

Comments
 (0)