Update deepseek.yml
This commit is contained in:
parent
7e0a2f8693
commit
a209e9b457
14
.github/workflows/deepseek.yml
vendored
14
.github/workflows/deepseek.yml
vendored
@ -43,9 +43,9 @@ jobs:
|
|||||||
### 🎈用法如下
|
### 🎈用法如下
|
||||||
**安装一个IPTV客户端(其它平台上有相关教程)**
|
**安装一个IPTV客户端(其它平台上有相关教程)**
|
||||||
|
|
||||||
**IPTV源网址(TXT)** https://ghfast.top/raw.githubusercontent.com/alantang1977/X/main/iptv.txt
|
**IPTV源网址(TXT)** https://ghfast.top/raw.githubusercontent.com/alantang1977/X/main/mytv.txt
|
||||||
|
|
||||||
**IPTV源网址(M3U)** https://ghfast.top/raw.githubusercontent.com/alantang1977/X/main/iptv.m3u
|
**IPTV源网址(M3U)** https://ghfast.top/raw.githubusercontent.com/alantang1977/X/main/mytv.m3u
|
||||||
|
|
||||||
" > READMEbak.md
|
" > READMEbak.md
|
||||||
|
|
||||||
@ -62,13 +62,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and Push changes
|
- name: Commit and Push changes
|
||||||
run: |
|
run: |
|
||||||
git add $(pwd)/iptv.txt
|
git add $(pwd)/mytv.txt
|
||||||
git add $(pwd)/iptv.m3u
|
git add $(pwd)/mytv.m3u
|
||||||
git add $(pwd)/READMEbak.md
|
git add $(pwd)/READMEb.md
|
||||||
git commit -m "Update on $DATE" --allow-empty
|
git commit -m "Update on $DATE" --allow-empty
|
||||||
git push origin main
|
git push origin main
|
||||||
- name: Upload streams file
|
- name: Upload streams file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: iptv
|
name: mytv
|
||||||
path: iptv.txt
|
path: mytv.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user