From 0f104b31b35174de342c4337780c04c37f90630e Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Fri, 19 Nov 2021 14:12:09 +0000 Subject: [PATCH] Update sponsors.yml --- .github/workflows/sponsors.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 1e05ec4d5..481e58fb2 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -1,23 +1,26 @@ -name: Generate Sponsors README +name: publish-sponsors on: schedule: - cron: 30 15 * * 0-6 - + jobs: - deploy: + generate-sponsors: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v2 + - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@1.0.5 + uses: JamesIves/github-sponsors-readme-action@releases/v1 with: token: ${{ secrets.PAT }} - file: 'README.md' marker: 'real-sponsors' - template: '' - - name: Deploy to GitHub Pages 🚀 + file: 'README.md' + template: '' + minimum: 500 + + - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.1 with: - branch: main + branch: dev folder: '.'