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