Skip to content

Commit 0b80842

Browse files
authored
README workflow
1 parent e771910 commit 0b80842

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sponsors.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
with:
1818
token: ${{ secrets.PAT }}
1919
file: 'readme.md'
20+
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="60px" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'
2021

2122
- name: README
2223
uses: JamesIves/github-pages-deploy-action@v4
2324
with:
2425
branch: master
25-
folder: '.'
26+
folder: '.'

0 commit comments

Comments
 (0)