Skip to content

Commit 00d1543

Browse files
committed
fix: include past sponsors in readme
1 parent d1eeb8c commit 00d1543

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sponsors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
uses: JamesIves/github-sponsors-readme-action@v1
1414
with:
1515
token: ${{ secrets.SPONSORS_GENERATOR_PAT }}
16-
file: README.md
16+
active-only: false
17+
file: "README.md"
1718
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="64px" alt="User avatar: {{{ login }}}" /></a>&nbsp;&nbsp;'
1819

1920
- name: Create Pull Request

0 commit comments

Comments
 (0)