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
on:
push:
branches:
- main
schedule:
- cron: 30 15 * * 0-6
jobs:
deploy:
runs-on: ubuntu-latest
@ -14,3 +14,10 @@ jobs:
with:
token: ${{ secrets.PAT }}
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: '.'