This commit is contained in:
doms9 2025-09-03 03:14:52 -04:00
parent 00000d932b
commit 00000d9e96
8 changed files with 21 additions and 21 deletions

View file

@ -34,8 +34,8 @@ jobs:
- name: Cache cert
uses: actions/cache@v4
with:
path: M3U8/scrape/cached-ca.pem
key: cert-cache-${{ runner.os }}-${{ hashFiles('M3U8/scrape/cached-ca.pem') }}
path: M3U8/scrape/utils/cached-ca.pem
key: cert-cache-${{ runner.os }}-${{ hashFiles('M3U8/scrape/utils/cached-ca.pem') }}
restore-keys: |
cert-cache-${{ runner.os }}-
@ -79,7 +79,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: "update M3U8"
file_pattern: "M3U8/TV.m3u8 M3U8/scrape/tvpass.json M3U8/scrape/cached-ca.pem M3U8/scrape/livetvsx.json"
file_pattern: "M3U8/TV.m3u8 M3U8/scrape/caches/*.json"
commit_author: "GitHub Actions Bot <actions@github.com>"
commit_user_name: "GitHub Actions Bot"
commit_user_email: "actions@github.com"