Run GitHub Sponsors action once a day

This commit is contained in:
Junegunn Choi 2023-08-29 19:42:30 +09:00
parent 8befa5918a
commit 58835e40f3
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -3,7 +3,7 @@ name: Generate Sponsors README
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: 0 * * * * - cron: 0 0 * * *
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest