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 d1eeb8c commit 00d1543Copy full SHA for 00d1543
1 file changed
.github/workflows/sponsors.yml
@@ -13,7 +13,8 @@ jobs:
13
uses: JamesIves/github-sponsors-readme-action@v1
14
with:
15
token: ${{ secrets.SPONSORS_GENERATOR_PAT }}
16
- file: README.md
+ active-only: false
17
+ file: "README.md"
18
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="64px" alt="User avatar: {{{ login }}}" /></a> '
19
20
- name: Create Pull Request
0 commit comments