From 00d1543f083449129f992d5fbe7218a2836581ca Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 1 May 2025 23:41:27 +0300 Subject: [PATCH] fix: include past sponsors in readme --- .github/workflows/sponsors.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 7223acd..68f53b0 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -13,7 +13,8 @@ jobs: uses: JamesIves/github-sponsors-readme-action@v1 with: token: ${{ secrets.SPONSORS_GENERATOR_PAT }} - file: README.md + active-only: false + file: "README.md" template: 'User avatar: {{{ login }}}  ' - name: Create Pull Request