From d38350c2822980356a737888955e65cf9cfa238d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 21 Dec 2023 13:57:52 +0100 Subject: [PATCH] update --- .github/workflows/update-sponsors-readme.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-sponsors-readme.yml b/.github/workflows/update-sponsors-readme.yml index 5efbe09de..da4ed8d60 100644 --- a/.github/workflows/update-sponsors-readme.yml +++ b/.github/workflows/update-sponsors-readme.yml @@ -15,9 +15,6 @@ jobs: with: token: ${{ secrets.SPONSORS_PAT }} file: 'README.md' - minimum: 15 - maximum: 9999 - marker: 'sponsors' - name: Deploy to GitHub Pages 🚀 uses: JamesIves/github-pages-deploy-action@v4