Update sponsors.yml

This commit is contained in:
Steve Ruiz 2021-11-19 14:06:55 +00:00 committed by GitHub
parent df9eb6b7b0
commit 9aa61afc63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
name: Generate Sponsors README name: Generate Sponsors README
on: on:
push: schedule:
branches: - cron: 30 15 * * 0-6
- main
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -14,3 +14,10 @@ jobs:
with: with:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
file: 'README.md' file: 'README.md'
marker: 'real-sponsors'
template: '<a href="https://github.com/sponsors/steveruizok"><img src="https://github.com/{{{ login }}}.png" width="32px" alt="" /></a>'
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: main
folder: '.'