mirror of
https://github.com/doms9/iptv.git
synced 2025-12-09 03:49:03 +01:00
init
This commit is contained in:
commit
6e1c25caa4
16 changed files with 80378 additions and 0 deletions
27
.github/workflows/health.yml
vendored
Normal file
27
.github/workflows/health.yml
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
name: health check
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 2,8,14,20 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
health-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run health.sh
|
||||
run: bash health.sh
|
||||
|
||||
- name: Update log
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "health log"
|
||||
file_pattern: "readme.md"
|
||||
commit_author: "GitHub Actions Bot <actions@github.com>"
|
||||
commit_user_name: "GitHub Actions Bot"
|
||||
commit_user_email: "actions@github.com"
|
||||
Loading…
Add table
Add a link
Reference in a new issue