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 3210893 commit f0e5274Copy full SHA for f0e5274
.github/workflows/sponsors.yml
@@ -16,7 +16,8 @@ jobs:
16
with:
17
token: ${{ secrets.PAT }}
18
file: 'README.md'
19
- template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="40px" alt="" /></a>'
+ template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="" /></a>'
20
+ minimum: 1000
21
22
- name: Deploy to GitHub Pages
23
uses: JamesIves/github-pages-deploy-action@4.1.1
0 commit comments