From f86c712e7cfd763b246affb5f9ad27fbd6a5cc2a Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 25 Jun 2022 22:22:34 -0400 Subject: [PATCH] Update sponsors.yml --- .github/workflows/sponsors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 6fb1831e..aa42710a 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -18,6 +18,7 @@ jobs: file: 'README.md' template: '{{{ login }}}  ' maximum: 9999 + organization: true - name: Generate Sponsors 💖 uses: JamesIves/github-sponsors-readme-action@v1.0.8 @@ -27,6 +28,7 @@ jobs: minimum: 10000 template: '{{{ login }}}  ' marker: 'premium' + organization: true - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4.3.3