From 656a7e47459105fbee33cdc2be45f869a6614869 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 7 Nov 2021 13:16:36 -0700 Subject: [PATCH] CI: correct generation of Silver sponsors section Signed-off-by: Stephen Gutekanst --- .github/workflows/sponsors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index e9db1ae4..e15af8ab 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -23,8 +23,8 @@ jobs: with: token: ${{ secrets.SLIMSAG_SPONSORS_PAT }} file: 'README.md' - minimum: 250 # cents - maximum: 260 # cents + minimum: 2500 # cents + maximum: 2600 # cents marker: 'silver' - name: Push changes to GitHub