Sponsorship auto-generate v0.1.35
This commit is contained in:
2
.github/workflows/docker_dev.yml
vendored
2
.github/workflows/docker_dev.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
github.repository == 'jokob-sk/Pi.Alert'
|
github.repository == 'jokob-sk/Pi.Alert'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|||||||
2
.github/workflows/update_sponsors.yml
vendored
2
.github/workflows/update_sponsors.yml
vendored
@@ -2,7 +2,7 @@ name: Update Sponsors
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 10 * * *' # Set your preferred schedule (UTC)
|
- cron: '15 10 * * *' # Set your preferred schedule (UTC)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ def update_readme(sponsors_table):
|
|||||||
commit_data = {
|
commit_data = {
|
||||||
"message": commit_message,
|
"message": commit_message,
|
||||||
"content": updated_content_base64,
|
"content": updated_content_base64,
|
||||||
"sha": readme_data["sha"],
|
|
||||||
"branch": "main", # Update the branch name as needed
|
"branch": "main", # Update the branch name as needed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user