mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-25 21:10:11 +08:00
Update auto-update.yml
This commit is contained in:
parent
d3b5df35f9
commit
b15b01634f
8
.github/workflows/auto-update.yml
vendored
8
.github/workflows/auto-update.yml
vendored
@ -75,8 +75,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Download Artifacts
|
||||
- name: Download /channels
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: channels
|
||||
- name: Download README.md
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: README.md
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user