Sponsorship auto-generate v0.1.35

This commit is contained in:
Jokob-sk
2024-01-28 21:10:15 +11:00
parent 815c140f11
commit 64418d11fc
3 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
github.repository == 'jokob-sk/Pi.Alert'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

View File

@@ -2,7 +2,7 @@ name: Update Sponsors
on:
schedule:
- cron: '0 10 * * *' # Set your preferred schedule (UTC)
- cron: '15 10 * * *' # Set your preferred schedule (UTC)
jobs:
update-readme:

View File

@@ -126,7 +126,6 @@ def update_readme(sponsors_table):
commit_data = {
"message": commit_message,
"content": updated_content_base64,
"sha": readme_data["sha"],
"branch": "main", # Update the branch name as needed
}